From 7b48822bba7e5c83268d11cffb8c5be36d64da80 Mon Sep 17 00:00:00 2001 From: nurbek Date: Tue, 21 Sep 2021 17:52:52 +0600 Subject: [PATCH 1/3] Add HulkApps products --- .../webextension/images/icons/HulkApps.svg | 6 +++ src/technologies/h.json | 54 +++++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 src/drivers/webextension/images/icons/HulkApps.svg diff --git a/src/drivers/webextension/images/icons/HulkApps.svg b/src/drivers/webextension/images/icons/HulkApps.svg new file mode 100644 index 000000000..bacc4b83d --- /dev/null +++ b/src/drivers/webextension/images/icons/HulkApps.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/src/technologies/h.json b/src/technologies/h.json index d40dd5ea6..630691321 100644 --- a/src/technologies/h.json +++ b/src/technologies/h.json @@ -624,6 +624,60 @@ }, "website": "http://gohugo.io" }, + "HulkApps Form Builder": { + "cats": [ + 73 + ], + "description": "HulkApps Form Builder is an application that creates customizable, job-specific forms for unit needs.", + "icon": "HulkApps.svg", + "implies": "Shopify", + "scripts": "formbuilder\\.hulkapps\\.com/", + "saas": true, + "pricing": [ + "freemium", + "low", + "recurring" + ], + "website": "https://www.hulkapps.com/products/form-builder-shopify" + }, + "HulkApps GDPR/CCPA Compliance Manager": { + "cats": [ + 67 + ], + "description": "HulkApps GDPR/CCPA Compliance Manager is a consent management solution.", + "icon": "HulkApps.svg", + "implies": "Shopify", + "js": { + "hulkSetCookie": "" + }, + "scripts": "cookiebar\\.hulkapps\\.com/hulk_cookie_bar\\.js", + "saas": true, + "pricing": [ + "low", + "recurring" + ], + "website": "https://www.hulkapps.com/products/gdpr-ccpa-cookie-manager-shopify-app" + }, + "HulkApps Product Reviews": { + "cats": [ + 90 + ], + "description": "HulkApps Product Reviews is a customer product reviews app for building social proof for store.", + "icon": "HulkApps.svg", + "implies": "Shopify", + "dom": "link[href*='reviews.hulkapps.com/']", + "js": { + "hulkappsProductReview": "", + "hulkappsReviews": "" + }, + "saas": true, + "pricing": [ + "freemium", + "low", + "recurring" + ], + "website": "https://www.hulkapps.com/products/product-reviews-shopify" + }, "Hyperspeed": { "cats": [ 92 From df655a07b13495922d68fef8b3c448ad879a2b3c Mon Sep 17 00:00:00 2001 From: nurbek Date: Tue, 21 Sep 2021 18:35:25 +0600 Subject: [PATCH 2/3] Add Infinite Product Options / personalisation --- src/technologies/h.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/technologies/h.json b/src/technologies/h.json index 630691321..ef84db164 100644 --- a/src/technologies/h.json +++ b/src/technologies/h.json @@ -658,6 +658,24 @@ ], "website": "https://www.hulkapps.com/products/gdpr-ccpa-cookie-manager-shopify-app" }, + "HulkApps Infinite Product Options": { + "cats": [ + 76 + ], + "description": "HulkApps Infinite Product Options is a unlimited custom options for products. Display variant options as buttons, color and image swatches, and more.", + "icon": "HulkApps.svg", + "implies": "Shopify", + "js": { + "hulkapps.po_url": "productoption\\.hulkapps\\.com" + }, + "saas": true, + "pricing": [ + "freemium", + "low", + "recurring" + ], + "website": "https://www.hulkapps.com/products/infinite-product-options-shopify" + }, "HulkApps Product Reviews": { "cats": [ 90 From 411bd92ec98e86280eb43df9a365cf5fc7009c09 Mon Sep 17 00:00:00 2001 From: nurbek Date: Tue, 21 Sep 2021 18:44:22 +0600 Subject: [PATCH 3/3] Add HulkApps Age Verification / widget --- src/technologies/h.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/technologies/h.json b/src/technologies/h.json index ef84db164..0f695b504 100644 --- a/src/technologies/h.json +++ b/src/technologies/h.json @@ -624,6 +624,21 @@ }, "website": "http://gohugo.io" }, + "HulkApps Age Verification": { + "cats": [ + 5 + ], + "description": "HulkApps Age Verification allow your customers to certify their age before they land in your store.", + "icon": "HulkApps.svg", + "implies": "Shopify", + "scripts": "age-verification\\.hulkapps\\.com/", + "saas": true, + "pricing": [ + "low", + "recurring" + ], + "website": "https://www.hulkapps.com/products/age-verification-shopify" + }, "HulkApps Form Builder": { "cats": [ 73