From 12a5b51990dad92958e5c224c417838bb0006bee Mon Sep 17 00:00:00 2001 From: Jay El-Kaake Date: Tue, 2 Feb 2021 17:31:18 -0500 Subject: [PATCH] Bump version to 0.5.4 and supporter version. --- data/shopify_apps.js | 55 ++++++++++++++++++++++++++++++-------------- js/popup.js | 4 ++-- manifest.json | 2 +- popup.html | 4 ++-- 4 files changed, 43 insertions(+), 22 deletions(-) diff --git a/data/shopify_apps.js b/data/shopify_apps.js index 815a81e..8af0349 100644 --- a/data/shopify_apps.js +++ b/data/shopify_apps.js @@ -2,28 +2,19 @@ var SHOPIFY_APPS = [ { name: 'Fera.ai', // Keep this under 20 characters - short_description: 'Real-time personalization + CRO (w/ timers, social proof, counters, etc.)', // Keep this under 75 characters - long_description: 'Real-time personalization and conversion rate optimization platform with built-in promo bars, popups, timers, social proof, counters, etc.', + short_description: 'Customer reviews, photos, counters, events, etc', // Keep this under 75 characters + long_description: 'Collect and grow your customer reviews, photos, videos, testimonials, and more.', app_store_url: 'https://apps.shopify.com/fera', website_url: "https://www.fera.ai", - script_pattern: "bananastand.js", + script_pattern: /cdn\.fera\.ai|bananastand\.js|fera\.js/, category: "Sales" }, { - name: 'Fera.ai', - short_description: 'Real-time personalization + CRO (w/ timers, social proof, counters, etc.)', - long_description: 'Real-time personalization and conversion rate optimization platform with built-in promo bars, popups, timers, social proof, counters, etc.', - app_store_url: 'https://apps.shopify.com/fera', - website_url: "https://www.fera.ai", - script_pattern: "fera.js", - category: "Sales" - }, - { - name: 'In‑Store Reserver', + name: 'Reserve In-store', short_description: 'Let customers reserve products online for in-store pickup', app_store_url: 'https://apps.shopify.com/reserve-in-store-by-fera', - website_url: "https://www.fera.ai", - script_pattern: "reserveinstore.js", + website_url: "https://www.reserveinstore.com", + script_pattern: /cdn\.reserveinstore\.com/, category: "Orders and shipping" }, { @@ -167,7 +158,7 @@ var SHOPIFY_APPS = [ short_description: "Rewards and Referrals", app_store_url: "https://apps.shopify.com/swell", website_url: "http://www.swellrewards.com", - script_pattern: "swellrewards.com/loader", + script_pattern: "cdn-loyalty.yotpo.com", category: "Marketing" }, { @@ -1144,7 +1135,7 @@ var SHOPIFY_APPS = [ short_description: "Increase Conversions with Social Proof Automation", app_store_url: "https://apps.shopify.com/fomo", website_url: "https://fomo.com/", - script_pattern: "usefomo.com", + script_pattern: "load.fomo.com", category: "Sales" }, { @@ -2265,6 +2256,36 @@ var SHOPIFY_APPS = [ app_store_url: "https://apps.shopify.com/customer-back-in-stock-alert-user-notification-app", website_url: "http://appikon.com", script_pattern: "subscribe-it.js", + }, + { + name: "Okendo", + short_description: "Product reviews", + app_store_url: "https://apps.shopify.com/okendo-reviews", + website_url: "https://www.okendo.io/", + script_pattern: "reviewsWidget.min.js", category: "Sales" + }, + { + name: "Hulk Apps Reviews", + short_description: "Product reviews", + app_store_url: "https://apps.shopify.com/product-reviews-by-hulkapps", + website_url: "https://www.hulkapps.com/blogs/product-reviews/", + script_pattern: "reviews-by-hulkapps.js", + category: "Sales" + }, + { + name: "Reviews.io", + short_description: "Product reviews", + app_store_url: "https://apps.shopify.com/reviews-co-uk-product-and-merchant-review-collection", + website_url: "https://www.reviews.io", + script_pattern: ".reviews.io", + category: "Sales" + }, + { + name: "Junip", + short_description: "Product reviews", + app_store_url: "https://apps.shopify.com/junip", + website_url: "https://www.juniphq.com", + script_pattern: "scripts.juniphq.com", } ]; diff --git a/js/popup.js b/js/popup.js index a781770..e398760 100644 --- a/js/popup.js +++ b/js/popup.js @@ -129,8 +129,8 @@ SAD.Popup = function(opts) { '' + app.short_description + '' + '' + '' + '' + ''; diff --git a/manifest.json b/manifest.json index d7f3c11..d83ae96 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "Shopify App/Theme Detector by Fera.ai", "description": "Detect which apps and what theme a Shopify store is using. Built and maintained by Fera.ai and the Shopify dev community.", - "version": "0.5.3", + "version": "0.5.4", "author": "Fera.ai", "homepage_url": "https://www.github.com/feracommerce/shopify_app_detector", "icons": { "16": "img/icon.png", diff --git a/popup.html b/popup.html index 496bbfe..afc17bc 100644 --- a/popup.html +++ b/popup.html @@ -57,8 +57,8 @@