Skip to content

Commit

Permalink
Bump version to 0.5.4 and supporter version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jayelkaake committed Feb 2, 2021
1 parent 61db26f commit 12a5b51
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 22 deletions.
55 changes: 38 additions & 17 deletions data/shopify_apps.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
{
Expand Down Expand Up @@ -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"
},
{
Expand Down Expand Up @@ -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"
},
{
Expand Down Expand Up @@ -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",
}
];
4 changes: 2 additions & 2 deletions js/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ SAD.Popup = function(opts) {
'<td>' + app.short_description + '</td>' +
'<td>' +
'<div class="app-links">' +
(app.website_url && app.website_url !== '' ? (' <a href="' + app.website_url + '?ref=fera_ai_app_detector" target="website_' + i + '">website</a>') : '') +
'<a href="' + app.app_store_url + '?ref=fera_ai_app_detector" target="_blank">app store</a>' +
(app.website_url && app.website_url !== '' ? (' <a href="' + app.website_url + '?ref=shopify_app_detector" target="website_' + i + '">website</a>') : '') +
'<a href="' + app.app_store_url + '?ref=shopify_app_detector" target="_blank">app store</a>' +
'</div>' +
'</td>' +
'</tr>';
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@

<div class="footer-content">
<div class="support-statement">
Open source &amp; freely supported by <a href="https://www.github.com/feracommerce/shopify_app_detector" target="github">the github community </a> and the
<a href="https://www.fera.ai?ref=fera_ai_shopify_app_detector">Fera.ai</a> <img src="/img/fera_icon-64px.png" class="img-responsive" style="height: 14px;"> Real-time Personalization Platform.
Open source &amp; freely supported by <a href="https://www.github.com/feracommerce/shopify_app_detector" target="github">the github community </a> and
<a href="https://www.fera.ai?ref=shopify_app_detector">the <img src="/img/fera_icon-64px.png" class="img-responsive" style="height: 14px;"> Fera.ai team</a>.
</div>
</div>
</body>
Expand Down

0 comments on commit 12a5b51

Please sign in to comment.