From 0360d33efad1c6b96802e3d16ead83c88a2ed0a3 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 30 Jul 2022 06:52:08 +0600 Subject: [PATCH 01/16] Add Photoslurp / content-curation --- .../webextension/images/icons/Photoslurp.svg | 11 +++++++++++ src/technologies/p.json | 19 +++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Photoslurp.svg diff --git a/src/drivers/webextension/images/icons/Photoslurp.svg b/src/drivers/webextension/images/icons/Photoslurp.svg new file mode 100644 index 000000000..cee8c920d --- /dev/null +++ b/src/drivers/webextension/images/icons/Photoslurp.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/src/technologies/p.json b/src/technologies/p.json index 2cd19f2e1..31315408d 100644 --- a/src/technologies/p.json +++ b/src/technologies/p.json @@ -1193,6 +1193,25 @@ "url": "photoshelter\\.com", "website": "https://www.photoshelter.com" }, + "Photoslurp": { + "cats": [ + 96 + ], + "description": "Photoslurp is a visual commerce platform that collects photos and videos of customers using your products from across social networks.", + "icon": "Photoslurp.svg", + "js": { + "photoSlurpWidgetSettings": "", + "Photoslurp": "", + "photoslurp_script": "", + "photoslurp_wdgts": "" + }, + "saas": true, + "pricing": [ + "mid", + "recurring" + ], + "website": "https://hi.photoslurp.com" + }, "PhotoShelter for Brands": { "cats": [ 95 From e9a7f7314a412932073acc558289091f8882ad87 Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 1 Aug 2022 09:37:52 +0600 Subject: [PATCH 02/16] Add MyFonts / fonts --- .../webextension/images/icons/MyFonts.svg | 3 +++ src/technologies/m.json | 17 +++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 src/drivers/webextension/images/icons/MyFonts.svg diff --git a/src/drivers/webextension/images/icons/MyFonts.svg b/src/drivers/webextension/images/icons/MyFonts.svg new file mode 100644 index 000000000..65a464fa5 --- /dev/null +++ b/src/drivers/webextension/images/icons/MyFonts.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/technologies/m.json b/src/technologies/m.json index d3e07e1e9..b8f3bbeb4 100644 --- a/src/technologies/m.json +++ b/src/technologies/m.json @@ -2436,6 +2436,23 @@ ], "website": "https://www.myflyingbox.com/" }, + "MyFonts": { + "cats": [ + 17 + ], + "description": "MyFonts is a digital fonts distributor, based in Woburn, Massachusetts.", + "icon": "MyFonts.svg", + "dom": "link[href*='.myfonts.net']", + "headers": { + "content-security-policy": "\\.myfonts\\.net" + }, + "pricing": [ + "freemium", + "onetime" + ], + "xhr": "\\.myfonts\\.net/", + "website": "https://www.myfonts.com" + }, "My Food Link": { "cats": [ 6 From 103d4329d3493bc2d1ad6d45e802d96c8a3154c4 Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 1 Aug 2022 09:54:07 +0600 Subject: [PATCH 03/16] Add mirrAr / augmented-reality --- .../webextension/images/icons/mirrAR.png | Bin 0 -> 744 bytes src/technologies/m.json | 17 +++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 src/drivers/webextension/images/icons/mirrAR.png diff --git a/src/drivers/webextension/images/icons/mirrAR.png b/src/drivers/webextension/images/icons/mirrAR.png new file mode 100644 index 0000000000000000000000000000000000000000..b7f82b2367d472dd294f8d1219d24e4f9d099eca GIT binary patch literal 744 zcmVP)>c3$rpZdB z0!E_|^7%XnDH@GJC=}w^j*pMw;^G26K0ZLLR>RHB&2LBCAoAl}mBef|i$b#7?Q|{I zbUGc@>vc>fllbuP!0Z-_<(J<^fa~jP>L`^;@h<=dgMrzn(<$4BYaWk>=eITn2tBmh zZQ9S}a!@D~U>BX9o`PPlXJfC|%bQ;d;P?CC`T3cR-EKGRs>{nu)*lXs!T?0Ck)_lI6$dX(i3E0(?Fn{8jyapJvFHOePb5!Ovi7 zHk&k9%H=X0r_*T`K;%7fJRS=Mp+=*@QmKT&U=YcPneWd4T$u%2>XDPP@p8Gu$Hzyu zxz%bF1R!sY3Wb7=xmGL|SNib)Mxzmu!hwN6fVaryahO=~0B``< aJHRLSyPV3;KC_1a0000 Date: Mon, 1 Aug 2022 10:15:56 +0600 Subject: [PATCH 04/16] Update Algolia / search-engine --- 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 acd997ff7..755dcaddc 100644 --- a/src/technologies/a.json +++ b/src/technologies/a.json @@ -2133,7 +2133,8 @@ "__GLOBAL__.algolia": "", "__NEXT_DATA__.props.pageProps.appSettings.ALGOLIA_APP_ID": "", "__algolia": "", - "algoliasearch.version": "^(.+)$\\;version:\\1" + "algoliasearch.version": "^(.+)$\\;version:\\1", + "ALGOLIA_INSIGHTS_SRC": "" }, "pricing": [ "freemium", From 7343808b1ed0994c19700b8d8a8d0efd91bf191f Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 1 Aug 2022 10:34:08 +0600 Subject: [PATCH 05/16] Add ShopWired / ecommerce --- .../webextension/images/icons/ShopWired.svg | 7 +++++++ src/technologies/s.json | 14 ++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 src/drivers/webextension/images/icons/ShopWired.svg diff --git a/src/drivers/webextension/images/icons/ShopWired.svg b/src/drivers/webextension/images/icons/ShopWired.svg new file mode 100644 index 000000000..b8dc29398 --- /dev/null +++ b/src/drivers/webextension/images/icons/ShopWired.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/src/technologies/s.json b/src/technologies/s.json index 370036763..35522a1fd 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -2341,6 +2341,20 @@ ], "website": "https://www.shopware.com" }, + "ShopWired": { + "cats": [ + 6 + ], + "description": "ShopWired is a UK based, fully hosted ecommerce platform that is focused on the UK market.", + "icon": "ShopWired.svg", + "scriptSrc": "\\.amazonaws\\.com/shopwired-theme-assets/", + "saas": true, + "pricing": [ + "low", + "recurring" + ], + "website": "https://www.shopwired.co.uk" + }, "ShortPixel Image Optimizer": { "cats": [ 87, From abfdf6594678684d23a5cb63909b023a39ac1c1d Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 1 Aug 2022 10:38:43 +0600 Subject: [PATCH 06/16] Update Amazon S3 / cdn --- src/technologies/a.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/a.json b/src/technologies/a.json index acd997ff7..5ec349006 100644 --- a/src/technologies/a.json +++ b/src/technologies/a.json @@ -2477,7 +2477,7 @@ "icon": "aws-s3.svg", "implies": "Amazon Web Services", "saas": true, - "scriptSrc": "s3\\.[^ ]*amazonaws\\.com", + "scriptSrc": "s3[^ ]*\\.amazonaws\\.com/", "website": "http://aws.amazon.com/s3/" }, "Amazon SES": { From bd45bb080a06f25fa9bbb1bb85aa34f94b5e1cce Mon Sep 17 00:00:00 2001 From: nurbek Date: Tue, 2 Aug 2022 04:26:37 +0600 Subject: [PATCH 07/16] Add Refundid / returns --- .../webextension/images/icons/Refundid.png | Bin 0 -> 1280 bytes src/technologies/r.json | 17 +++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Refundid.png diff --git a/src/drivers/webextension/images/icons/Refundid.png b/src/drivers/webextension/images/icons/Refundid.png new file mode 100644 index 0000000000000000000000000000000000000000..16daaf460b8358ed268cbe104d104aaf224e4b75 GIT binary patch literal 1280 zcmV+b1^@bqP)=X`C48)Fj&+uRh0;O2}M>M(J^A0ROq$e6R6;)R*>_rmPT3uB^VTzO%<@Gp{h zWni$vFd`d?8Xyo*Ldj@1&D;Q)I5)D*B?Gp$-`Dqe+OA*Q^%vU2_%!|c_C0^kd*0Lc zJq7rWfte~Y19}dxz0ZpL1TsDXMCGh#DG(?`oDr341b7-~={an;Fqf&{v;_FXGZydE z=w=Pon}E0l7>gxf$TaE`L!T^`={bX**dNDTm!wqBC|w8*PNY~qMsM`f$W9nSu=1m?T$Y12r31xQwTLo5OC zE5O}0(!ao_vFRA%N6Pb+Dt=2w?~7f@;!MecE`tZ^(SC6xDFLse^kHN=Bg4XwVT6FZ zd@^X$21oZ}Cn!h)y1uGo;IHr!6|018_!O)|18iFgIf7TLpJf&@GVDjtwv zwTl$z5!E(p^TaW@1IYgWoK$F`*JB7U=o?~s_e#FK355!uF@6#8)&Otva+#+GLqL!NmXbV0CQDXhQvqnUz~72mcXsY0;~Tu zncNSs+9Y83q1ZGupbK&YR(K+rOjB5760lk1;#k0~IdvX#1j_UEB^6r0XA)pg!gG;*905B|8ggzr6ACr{(v`SW zQ;{_Z?yV^khmXbyl=?h8q{yW8BYB1j5TQ;tpie(ov4uOLbZ!?0wL_rZV}ipOa5k9T zQA|JJJ5c(WOub{?UPNAL%UrUN2Q3=AZg`gTFMD}-3NnfP{X^U3gx!lk%c5>WL++Q2 zxXpboApzb4R=v1P8WP;FxFHE}N1_So7cUagPku!w-D`>lYilp)F+RR2El@=(-j$ka zmjYZKeH}BxZtXc&N3?!iOXhJ@t|R6DQH<8aw`5Vh9->#sj7X4vxyt*MTt9M**NC)E z>>ga)l1Xvzqxq>fu;s7$lmvpSI8)M2_AqXDH_O+!ZYp7cp?!SF zwnWtlm9vlqBtyD%Q@g0a{X(MP!C2{>_#73ja#VF-a7!}HfYb}%QMCC#!1~|asr;uU z5L}70+ Date: Tue, 2 Aug 2022 04:31:30 +0600 Subject: [PATCH 08/16] remove brackets --- src/technologies/r.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/r.json b/src/technologies/r.json index 329a53c3b..75b531f68 100644 --- a/src/technologies/r.json +++ b/src/technologies/r.json @@ -948,7 +948,7 @@ ], "description": "Refundid provides ecommerce customers instant refunds for their online returns.", "icon": "Refundid.png", - "requiresCategory": "6", + "requiresCategory": 6, "dom":"a[href*='.refundid.com/']", "js": { "launchRefundidPopup": "" From fb5148415aacb04fbc6a43eafa9713726dd0dc95 Mon Sep 17 00:00:00 2001 From: nurbek Date: Tue, 2 Aug 2022 04:53:13 +0600 Subject: [PATCH 09/16] Add YoupPay / shopify-apps --- .../webextension/images/icons/YouPay.svg | 5 +++++ src/technologies/y.json | 19 +++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 src/drivers/webextension/images/icons/YouPay.svg diff --git a/src/drivers/webextension/images/icons/YouPay.svg b/src/drivers/webextension/images/icons/YouPay.svg new file mode 100644 index 000000000..467244d8c --- /dev/null +++ b/src/drivers/webextension/images/icons/YouPay.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/technologies/y.json b/src/technologies/y.json index d82de7a4c..816c70902 100644 --- a/src/technologies/y.json +++ b/src/technologies/y.json @@ -582,6 +582,25 @@ "saas": true, "website": "https://youcan.shop" }, + "YouPay": { + "cats": [ + 100 + ], + "description": "YouPay is an alternative method of payment that allows you to give someone else the ability to pay for your shopping cart with no fees or interest.", + "icon": "YouPay.svg", + "implies": "Shopify", + "js": { + "YouPay.buttonWindow": "", + "youpayReady": "", + "youpayStatus": "" + }, + "scriptSrc": "app\\.youpay\\.ai/", + "saas": true, + "pricing": [ + "payg" + ], + "website": "https://youpay.co" + }, "YouTrack": { "cats": [ 13 From bb24e5f26c0b3ea11edd25be52604ab2afb094b5 Mon Sep 17 00:00:00 2001 From: nurbek Date: Tue, 2 Aug 2022 05:21:36 +0600 Subject: [PATCH 10/16] Add Airrobe / widget --- .../webextension/images/icons/AirRobe.png | Bin 0 -> 1078 bytes src/technologies/a.json | 15 +++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 src/drivers/webextension/images/icons/AirRobe.png diff --git a/src/drivers/webextension/images/icons/AirRobe.png b/src/drivers/webextension/images/icons/AirRobe.png new file mode 100644 index 0000000000000000000000000000000000000000..8aaf7519ef8b4368f419350b83b51f3d0d6c7e4d GIT binary patch literal 1078 zcmV-61j+k}P)p zRj^d=-Ua{BfrSkG}s;{r7qM{;7 zO-&Ub2>SH&M04qiIn6PA{#LH**49=U z9UUc~&u35!%2!ra=;Y)?{>#eB5>}Fuk|;SjnN(0JC@3HmP?*z9`r8`6D{pUaH&%%i zY;A3EQ&SVi#l^|$P%t(mB!pvPVz{=pmUnh`_~qqA{3a(Sxwp4h{81Vj8a`v%3IG$A zmX@;GTXB4ReB_~_Aqj$D=+`v>peTmqzu4GV9v&X%hld9NeR+9lY>{gKibmet+%#4` zI5;SiJDnF@15AH^zxX1!X3;eO(5w&J#>NImMMYT-j~x)bC9A8e#({MO0M4Lwetup6 z0DWa;rJM&h!Sx(^o|>8(gMLQ<+A%vjn{RGz#PR6ph{M9dj6Sy@bcu+F;Ddt$TL6|^ zkei!J(b3V;UR+!xMPb0|rcK=jQu<*##?S#BAR!@v)E>(HK0iMXDzJG@%we~Hzk~<_ zAsjH&0Pz(78ibvB&B3+G!4NznBg0U#U<|(L>FKs0EN9^G@K8X&skpe9)FBKSfVw?Y zR#xT?fF6WQrbI}B=H%p1RaKSz9}I|+k`iIS$=7m^TUuH~exU_xYilAZX6+{zIuIEd zDY*keq{Ya!5+b0MVkDNHo*oe+t@m~S020~(`8Ed+I2l33bXEf!BO@cM^uZATzz+-z z@bmMt_^Om0H~_8Z9UUD82$bF3T~;q5$$01oBYH~^xVgDm(y<;tK0Yq&*#YqTAi<#= z8yh3#C=U``sl2>Anx3Af+uK`OT3V6^3C7}}6&4m!N=k}xm{mTZwzf9v?Cc~b`;-Cm zq07(D=Y@p@%M(o3=6zPTi2M5bgdr3&19*~IV*PG7no7y?%&M!alSih0l!BrA`+M5o z->12`IhvW7q2uFYL0}C28rLaeaOL whf Date: Tue, 2 Aug 2022 05:36:28 +0600 Subject: [PATCH 11/16] Add DataMilk / analytics, miscellaneous --- .../webextension/images/icons/DataMilk.svg | 11 +++++++++++ src/technologies/d.json | 16 ++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 src/drivers/webextension/images/icons/DataMilk.svg diff --git a/src/drivers/webextension/images/icons/DataMilk.svg b/src/drivers/webextension/images/icons/DataMilk.svg new file mode 100644 index 000000000..c62cb3546 --- /dev/null +++ b/src/drivers/webextension/images/icons/DataMilk.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/src/technologies/d.json b/src/technologies/d.json index 55f0a6943..b698f3f43 100644 --- a/src/technologies/d.json +++ b/src/technologies/d.json @@ -303,6 +303,22 @@ }, "website": "https://dle-news.ru" }, + "DataMilk": { + "cats": [ + 10, + 19 + ], + "description": "DataMilk is an AI tool which autonomously optimises customer UI for ecommerce customers in order to increase conversions.", + "icon": "DataMilk.svg", + "js": { + "datamilkMagicAiExecuted": "" + }, + "saas": true, + "pricing": [ + "payg" + ], + "website": "https://www.datamilk.ai" + }, "DataTables": { "cats": [ 59 From 2af7bb953571c3761d61d8d1ba4085b8f1c24284 Mon Sep 17 00:00:00 2001 From: nurbek Date: Tue, 2 Aug 2022 06:00:19 +0600 Subject: [PATCH 12/16] Add Hansel / user-onboarding --- .../webextension/images/icons/Hansel.png | Bin 0 -> 356 bytes src/technologies/h.json | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Hansel.png diff --git a/src/drivers/webextension/images/icons/Hansel.png b/src/drivers/webextension/images/icons/Hansel.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2d058584e39cf6f4c906b65848135b9b49a456 GIT binary patch literal 356 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyk|nMYCBgY=CFO}lsSJ)O`AMk? zp1FzXsX?iUDV2pMQ*D5X%mREuTt9yQrPg~gZ}TnZITx6I0mGyH`-OnA%RF5i zLn>|^nRHt0umXq6(ez8#U;O`{bD-kVybzPs(_A<01-IoT+@!A67e(}p^(8yP>n zH77E;NKF6C`(cU30wFn$uJ)~Fmpgx$NNPRgNtmkpElqKnox-Qr50_1Mo-F?89{;M7 z?cX;&S6Mo<{$+$KV}#O5ZN`bHMdg2aj{vE+T@6X>Edz(97 poeX`hc;WxKICeJ=&Djjh3^8d|mrlntM*&^T;OXk;vd$@?2>`gDszm?* literal 0 HcmV?d00001 diff --git a/src/technologies/h.json b/src/technologies/h.json index 768d6531d..2fcb3bc58 100644 --- a/src/technologies/h.json +++ b/src/technologies/h.json @@ -150,6 +150,24 @@ "scriptSrc": "api\\.handtalk\\.me", "website": "https://www.handtalk.me/" }, + "Hansel": { + "cats": [ + 58 + ], + "description": "Hansel is a B2B enterprise software that deploys real-time Nudges to drive feature adoption and address user drop-offs, at scale.", + "icon": "Hansel.png", + "js": { + "HanselPX": "", + "Hansel": "" + }, + "scriptSrc": "\\.hansel\\.io/web/([\\d\\.]+)/\\;version:\\1", + "saas": true, + "pricing": [ + "mid", + "recurring" + ], + "website": "https://hansel.io" + }, "Happy Returns": { "cats": [ 102 From e67090ccbc23edb291506960756c377cbe948a42 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Wed, 3 Aug 2022 13:10:20 +1000 Subject: [PATCH 13/16] Fix All in One SEO Pack --- src/technologies/a.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/a.json b/src/technologies/a.json index 2077454ed..9a1db3c9a 100644 --- a/src/technologies/a.json +++ b/src/technologies/a.json @@ -2176,7 +2176,7 @@ 54, 87 ], - "cpe": "cpe:2.3:a:semperfiwebdesign:all_in_one_seo_pack:*:*:*:*:*:*:*:*", + "cpe": "cpe:2.3:a:aioseo:all_in_one_seo:*:*:*:*:*:wordpress:*:*", "description": "All in One SEO plugin optimizes WordPress website and its content for search engines.", "html": "