From e18285d1ddb80cffc05b89a97ec602583320fe3e Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 21 Jul 2022 04:36:31 +0600 Subject: [PATCH 1/2] Add Autoketing / marketing automation, Autoketing Product Reviews / shopify-app,reviews --- .../webextension/images/icons/Autoketing.png | Bin 0 -> 1054 bytes src/technologies/a.json | 34 ++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Autoketing.png diff --git a/src/drivers/webextension/images/icons/Autoketing.png b/src/drivers/webextension/images/icons/Autoketing.png new file mode 100644 index 0000000000000000000000000000000000000000..911950d6ca710387fe8baa768eedc6ccd9bf5d65 GIT binary patch literal 1054 zcmV+(1mXLMP)Dh?yaisR98BS#yBhDJUI>wLr@2rpff>dhH(gtxG%V)sQ91{D)=K@9z<~8K=4hU zf)WyAP(eY(7bEzfKDhOgR9oG(T~AeYS8VJ~xfU?4bIx~8RkPvUKM8z6 zaC~7*5cqltFuH6m(?}B79ejLCoERrml^?#ppi+aqTF5cM%nl33$#~M>n+p z_JA|yo3wv+A)k2$ara7@V%>;X0s)uFX!vVq=se)Wpv>O^;g#d_65x<$ErL90+6Ru5 zw&{?5Uxq*(QBI5iiy~}Tu+@*a(h&ovd&=DP5OEbzP(J}CAkSU`srARuBubw$%f0`ZAJ^M&41Kt2l*OF$?p zxS^vkaGrGGh8-X!+Gy|kaXVsc0!b1SiLVSV$tI0l_TVxKzb!_3`Ek5jb`1J23tBwrmk_n;~U$_^sd7Hx4^CHaN@5cyBz|y9aj-?^wWoqOFS`-^C zGgH101HuBup2M(v4xm;os%F5iZ1NlMjzyt!54P&ASjDX?UzpcKx^J> zNxG|au7j;kLM>D!;8Fz2{H>51D>r7+RCm{{AQhy6$WZQuE0E3QD)vaK2IC9*o8WD6-LK$=s*8U%sAepGnm>wCEP1`43RV-*(S`P zLE7o~zl&xO`p7U6PX;jg(snfU9VF+k;ir{S?+Gx`cL*&PHb5Ebhptmw7K?#%I^*rb zUP!{KN}xs;kg!N-tb0GSU%QZbcoVGm2$bjdLeW)65M^QN3@Cr^Li3E-FdyGS;o?5< zd^!q&5((zLc*Y<*w(q!JFqEE_T!G?6E^3cMd8}jT6#$B3Au7uAL2+%2H;X6!m`o6O Y2cI=qh@?lN*#H0l07*qoM6N<$f`R1RKL7v# literal 0 HcmV?d00001 diff --git a/src/technologies/a.json b/src/technologies/a.json index a8b3b2fcb..125a7a1e3 100644 --- a/src/technologies/a.json +++ b/src/technologies/a.json @@ -3798,6 +3798,40 @@ "scriptSrc": "/lock/([\\d.]+)/lock(?:.min)?\\.js\\;version:\\1", "website": "https://auth0.com/docs/libraries/lock" }, + "Autoketing": { + "cats": [ + 32 + ], + "description": "Autoketing is a marketing automation platform.", + "icon": "Autoketing.png", + "pricing": [ + "freemium", + "low", + "recurring" + ], + "saas": true, + "website": "https://autoketing.com" + }, + "Autoketing Product Reviews": { + "cats": [ + 100 + ], + "description": "Autoketing Product Reviews is an application that allows shop owners to manage the product review section on their website.", + "icon": "Autoketing.png", + "implies": [ + "Shopify", + "Autoketing" + ], + "js": { + "autoketingproduct_reivew": "" + }, + "pricing": [ + "freemium", + "low", + "recurring" + ], + "website": "https://apps.shopify.com/product-reviews-autoketing" + }, "Automizely": { "cats": [ 32 From bee95e2700e47c37c7210352870e93fc9576190a Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 21 Jul 2022 04:39:42 +0600 Subject: [PATCH 2/2] add reviews cat --- src/technologies/a.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/technologies/a.json b/src/technologies/a.json index 125a7a1e3..5d5a4230c 100644 --- a/src/technologies/a.json +++ b/src/technologies/a.json @@ -3814,7 +3814,8 @@ }, "Autoketing Product Reviews": { "cats": [ - 100 + 100, + 90 ], "description": "Autoketing Product Reviews is an application that allows shop owners to manage the product review section on their website.", "icon": "Autoketing.png",