From b9177d8429a550c84ce5848965827f0338e0af31 Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 29 Sep 2022 21:23:29 +0600 Subject: [PATCH 01/22] Add ADAPT / ecommerce --- src/drivers/webextension/images/icons/ADAPT.svg | 3 +++ src/technologies/a.json | 16 ++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 src/drivers/webextension/images/icons/ADAPT.svg diff --git a/src/drivers/webextension/images/icons/ADAPT.svg b/src/drivers/webextension/images/icons/ADAPT.svg new file mode 100644 index 000000000..20d589ce9 --- /dev/null +++ b/src/drivers/webextension/images/icons/ADAPT.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/technologies/a.json b/src/technologies/a.json index d769e6adc..55c74f8ed 100644 --- a/src/technologies/a.json +++ b/src/technologies/a.json @@ -1116,6 +1116,22 @@ "scriptSrc": "c5\\.adalyser\\.com", "website": "https://adalyser.com/" }, + "ADAPT": { + "cats": [ + 6 + ], + "description": "ADAPT is a subscription-based app that allows anyone to create video focused online store in minutes on their phone.", + "icon": "ADAPT.svg", + "meta": { + "image": "assets\\.adapt\\.ws/" + }, + "saas": true, + "pricing": [ + "low", + "recurring" + ], + "website": "https://adapt.ws" + }, "Adcash": { "cats": [ 36 From b1faf5d68d84b6818dd77e25b1ca0cd42984f577 Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 29 Sep 2022 21:25:42 +0600 Subject: [PATCH 02/22] update pricing --- src/technologies/a.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/technologies/a.json b/src/technologies/a.json index 55c74f8ed..0b334f2cd 100644 --- a/src/technologies/a.json +++ b/src/technologies/a.json @@ -1128,6 +1128,7 @@ "saas": true, "pricing": [ "low", + "freemium", "recurring" ], "website": "https://adapt.ws" From ee5f3a1d2f44b31bb5cb2412b90786185616bbdb Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 29 Sep 2022 21:40:58 +0600 Subject: [PATCH 03/22] Add Convertri / page-builder --- .../webextension/images/icons/Convertri.svg | 8 +++++++ src/technologies/c.json | 22 +++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Convertri.svg diff --git a/src/drivers/webextension/images/icons/Convertri.svg b/src/drivers/webextension/images/icons/Convertri.svg new file mode 100644 index 000000000..19a285572 --- /dev/null +++ b/src/drivers/webextension/images/icons/Convertri.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/technologies/c.json b/src/technologies/c.json index b664c241e..17ac57ebb 100644 --- a/src/technologies/c.json +++ b/src/technologies/c.json @@ -2732,6 +2732,28 @@ "saas": true, "website": "https://convertr.com.br" }, + "Convertri": { + "cats": [ + 51 + ], + "description": "Convertri is a sales funnel building solution.", + "icon": "Convertri.svg", + "js": { + "CONVERTRI_CONSTANTS": "", + "convertriParameters": "", + "ConvertriAnalytics": "" + }, + "pricing": [ + "low", + "onetime", + "recurring", + "payg", + "freemium" + ], + "saas": true, + "scriptSrc": "cdn\\.convertri\\.com/", + "website": "https://www.convertri.com" + }, "ConveyThis": { "cats": [ 89 From 05b66c1f356299a86f44f14084e6430d5ddcf430 Mon Sep 17 00:00:00 2001 From: nurbek Date: Fri, 30 Sep 2022 21:18:48 +0600 Subject: [PATCH 04/22] Update Drupal / cms --- src/technologies/d.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/technologies/d.json b/src/technologies/d.json index b0ce129f6..88ef5b2e6 100644 --- a/src/technologies/d.json +++ b/src/technologies/d.json @@ -1490,7 +1490,8 @@ "icon": "Drupal.svg", "implies": "PHP", "js": { - "Drupal": "" + "Drupal": "", + "__NEXT_DATA__.props.pageProps.data.drupal_internal__nid": "" }, "meta": { "generator": "^Drupal(?:\\s([\\d.]+))?\\;version:\\1" From 8a2d05a5a5382a235a1803e7c32c54c6c5906676 Mon Sep 17 00:00:00 2001 From: nurbek Date: Fri, 30 Sep 2022 21:29:49 +0600 Subject: [PATCH 05/22] change trace --- src/technologies/d.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/technologies/d.json b/src/technologies/d.json index 88ef5b2e6..66fd7feb5 100644 --- a/src/technologies/d.json +++ b/src/technologies/d.json @@ -1490,14 +1490,14 @@ "icon": "Drupal.svg", "implies": "PHP", "js": { - "Drupal": "", - "__NEXT_DATA__.props.pageProps.data.drupal_internal__nid": "" + "Drupal": "" }, "meta": { "generator": "^Drupal(?:\\s([\\d.]+))?\\;version:\\1" }, "oss": true, "scriptSrc": "drupal\\.js", + "scripts": "drupal_internal__nid", "website": "https://drupal.org" }, "Drupal Commerce": { From e62310f595350eb8ef93dcd8c2855884d3ecc4ee Mon Sep 17 00:00:00 2001 From: nurbek Date: Fri, 30 Sep 2022 21:56:28 +0600 Subject: [PATCH 06/22] Add PyScript / miscellaneous --- .../webextension/images/icons/PyScript.svg | 3269 +++++++++++++++++ src/technologies/p.json | 10 + 2 files changed, 3279 insertions(+) create mode 100644 src/drivers/webextension/images/icons/PyScript.svg diff --git a/src/drivers/webextension/images/icons/PyScript.svg b/src/drivers/webextension/images/icons/PyScript.svg new file mode 100644 index 000000000..907991d00 --- /dev/null +++ b/src/drivers/webextension/images/icons/PyScript.svg @@ -0,0 +1,3269 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/technologies/p.json b/src/technologies/p.json index f529626bc..b3cad82a1 100644 --- a/src/technologies/p.json +++ b/src/technologies/p.json @@ -2958,6 +2958,16 @@ "implies": "Laravel", "website": "http://pyrocms.com" }, + "PyScript": { + "cats": [ + 19 + ], + "description": "PyScript is a python script that can be run in the browser using a mix of Python and standard HTML.", + "icon": "PyScript.svg", + "dom": "py-script", + "oss": true, + "website": "https://pyscript.net" + }, "Python": { "cats": [ 27 From cad38c6d4510294f7e55fe9150e5b43792280cdb Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 1 Oct 2022 01:49:27 +0600 Subject: [PATCH 07/22] Add FurnitureDealer / ecommerce --- .../images/icons/FurnitureDealer.png | Bin 0 -> 1754 bytes src/technologies/f.json | 14 +++++++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 src/drivers/webextension/images/icons/FurnitureDealer.png diff --git a/src/drivers/webextension/images/icons/FurnitureDealer.png b/src/drivers/webextension/images/icons/FurnitureDealer.png new file mode 100644 index 0000000000000000000000000000000000000000..6ad6b42a227ed9ea9ef87569e454a5e03860a348 GIT binary patch literal 1754 zcmV<01||84P)E9#sRu5PzUQ1Ro*Bpw$aPVuTnIjR+wz z5Y(7b@NFbOi1I211QaYNBBY3-lt}4zySsCa-`#Du1u9thVN958@0~ky<~+Xh&6z3D z&GsKRrW8We~y4WyPm?x6a)1)S!Rda!DS7uI8;mvHM z4u13@=C4TYP^9kA-i~P`D|SI?xqGWa!3;~`fIs4E3i+fnjJyV>-;U{QC_MmJ zx57dQ+c6D}( z9gytYt>)bCb71^&ME3v;oB_eoAe4a|FM*Mho>3?pjIm+Bw+KqZKqM0oZzG>9Q)?c= z_;XO#gUBW@LG{5ehW;60XILo}{uyH(h=~TJ$eyGF`&K^|Eh<}jj2-b7z&rg2P=oP0 zA9X&+!f&8|3t;m#;}L+2FJVJBYRo*1&b=N;a5(HikEvQf_6>^FaV6UmDJhOwoezm# znEO~F&WQwBJ$g=dvow|8gMuk>iV*EEYUT-Rb;6)#wnsFqJ`WUD8aB`1{R;t+7?#bk3tc^e8!5r%_^*ng#c zIu1(AfpOE!?m<9gkQgpj8%@XjNNux4kuERqZw1fEzLv4XHe@NoBdui++Iphet$>10 z)yfvUJHZhzccYPt{@h%^kYS8zR`ap}Ud8juF5s?%Ba`%!`oN9&ez|jF_UbRTFNj_0 z0C7Rv$ROx=nSrt|k&hB2HXSx=k;@O5oDi|i1GEzmc|XiwAmKe^BG!&g z+Gq04ghd&3vKGdh+S)RSd2RRVgeVTccoz`Sj}H_cQ_n_60Ll^CTK+;PvrTZ~9Jl~^ z3L=1?;M~RL`C5ZCWn|g4+qb*n%WWiB&Ab`vrX&qB9f5){_I3k!P=NgR)HpH}Vhdg{ zSAr=hI4DjeVR9HJF3*I+-ocZFom8tvH?f)lKH&wsKCC!S|Ip$Nm=yE5gyku8^AMed zqF3NX9Zs`8z$kgxAonQ8dLMd|k>^iHV_>>My6{TeTO99`VP_Pq`lt5{n#tTckE31ss5!@~+@YMvzYlLOD7_(-7fqa{|6 Date: Sat, 1 Oct 2022 02:46:25 +0600 Subject: [PATCH 08/22] Add Hi Platform / crm --- .../webextension/images/icons/Hi Platform.svg | 13 +++++++++++++ src/technologies/h.json | 16 ++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Hi Platform.svg diff --git a/src/drivers/webextension/images/icons/Hi Platform.svg b/src/drivers/webextension/images/icons/Hi Platform.svg new file mode 100644 index 000000000..c985769f2 --- /dev/null +++ b/src/drivers/webextension/images/icons/Hi Platform.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/src/technologies/h.json b/src/technologies/h.json index 3930bde69..5e3f81079 100644 --- a/src/technologies/h.json +++ b/src/technologies/h.json @@ -777,6 +777,22 @@ }, "website": "http://hinzaco.com" }, + "Hi Platform": { + "cats": [ + 53 + ], + "description": "Hi Platform provider of an online customer relationship platform.", + "icon": "Hi Platform.svg", + "dom": "link[href*='.hiplatform.com']", + "saas": true, + "pricing": [ + "mid", + "recurring", + "poa" + ], + "scriptSrc": "\\.hiplatform\\.com/", + "website": "https://www.hiplatform.com" + }, "Hireology": { "cats": [ 101 From 3836229fd3139e4e5cb09dc6f53cf5363736cffa Mon Sep 17 00:00:00 2001 From: nurbek Date: Sun, 2 Oct 2022 12:03:11 +0600 Subject: [PATCH 09/22] Add Cachet / issue-tracker --- src/drivers/webextension/images/icons/Cachet.svg | 11 +++++++++++ src/technologies/c.json | 13 +++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Cachet.svg diff --git a/src/drivers/webextension/images/icons/Cachet.svg b/src/drivers/webextension/images/icons/Cachet.svg new file mode 100644 index 000000000..1a70f2887 --- /dev/null +++ b/src/drivers/webextension/images/icons/Cachet.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/src/technologies/c.json b/src/technologies/c.json index b664c241e..c818234af 100644 --- a/src/technologies/c.json +++ b/src/technologies/c.json @@ -214,6 +214,19 @@ "icon": "CacheFly.svg", "website": "http://www.cachefly.com" }, + "Cachet": { + "cats": [ + 13 + ], + "description": "Cachet is the free and open-source status page for your API, service or company.", + "icon": "Cachet.svg", + "implies": "PHP", + "js": { + "Cachet.Notifier": "" + }, + "oss": true, + "website": "https://cachethq.io" + }, "Caddy": { "cats": [ 22 From c45769760c91407309995de74813a8822ee233a8 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sun, 2 Oct 2022 12:24:55 +0600 Subject: [PATCH 10/22] Add Spatie Support Bubble / live-chat --- src/drivers/webextension/images/icons/Spatie.png | Bin 0 -> 1044 bytes src/technologies/s.json | 14 ++++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Spatie.png diff --git a/src/drivers/webextension/images/icons/Spatie.png b/src/drivers/webextension/images/icons/Spatie.png new file mode 100644 index 0000000000000000000000000000000000000000..7da240289e115a8a45a1de58b1b4b644a30e476b GIT binary patch literal 1044 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyEa{HEjtmSN`?>!lvVtU&J%W50 z7^>757#dm_7=8hT8eT9klo~KFyh>nTu$sZZAYL$MSD+0817l=>Plzi+>0}gCGKs5t zx>WN#xz+`ujdR#4rZE&xl4+S=vF+IYJ5O%E{_x=4r>igCZn<{9aMNMM_J!I#OOM=t z_U}Ik{QLL+#;f;XOSW@WOzyA*3d&*liouP07bJ-Mw{^i{V&gu0o^O?8#13sjg?HY3`1|kQ{dXVdp1S5ce+ysD%&c_>KL7aj{r8`pHy_zf zTgzHLC49+_Q;%NSO-Un) z^Nv1v&Qm>up`hQWZ~2?A-|xQtXgzh!;}4&|{`}p(@63*y54o#nuvbpYSi9e9%9^d$ zAAJAyd&1!hyfrg?=Wm{I{POV!&u_o^aQXS$;6>YbYi5cx%sIA=%>@)eB|(0{*2n+; z5p~#M0pv3#dAqwv%+73;19I3)Jbhi+AM%LtG0F5kpTY!`R`7Ij46!(!oRE-`bdYm~ zgrtN-CXYTT73P;x&wzVd-JVvIWSvv zHIuKde7t>qK*Win#83f&6`~?CLR?>bA}qAUSl65ryfyJo;6+0rp^Y{XA{&k!^;Y?y z`bq7kr^g4?0evjZ^-o&v-r!VqjM0)=TCVRu=Z2EW#|T;L>1nIE7hxbBMy}8&^&o lIdeqj2>a;=t$z)%1H literal 0 HcmV?d00001 diff --git a/src/technologies/s.json b/src/technologies/s.json index 01b9c95e4..1a458aa29 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -180,6 +180,20 @@ "implies": "Joomla", "website": "http://www.sigsiu.net/sobi2.html" }, + "Spatie Support Bubble": { + "cats": [ + 52 + ], + "description": "Spatie Support Bubble is a non-intrusive support form.", + "icon": "Spatie.png", + "implies": [ + "Laravel", + "Tailwind CSS" + ], + "dom": "div.spatie-support-bubble", + "oss": true, + "website": "https://github.com/spatie/laravel-support-bubble" + }, "SPDY": { "cats": [ 19 From cc9ff3726a6b78ae327337eea77f5414016159ef Mon Sep 17 00:00:00 2001 From: nurbek Date: Sun, 2 Oct 2022 17:18:22 +0600 Subject: [PATCH 11/22] Add Virtual Chat / live-chat --- .../webextension/images/icons/Virtual Chat.png | Bin 0 -> 261 bytes src/technologies/v.json | 10 ++++++++++ 2 files changed, 10 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Virtual Chat.png diff --git a/src/drivers/webextension/images/icons/Virtual Chat.png b/src/drivers/webextension/images/icons/Virtual Chat.png new file mode 100644 index 0000000000000000000000000000000000000000..69af49ce7d2c892dd6fe5cca2f095f1066e5b36a GIT binary patch literal 261 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oVGw3ym^DWND9BhG z&y&-UZ*}-U!OMd-^SGrdMo#)gfp&NTTIRR^H>R%$4`dJ7+fkTJ|9Ois%l8dpQo1_1E6w2D*~L)78&qol`;+ E04^|I+yDRo literal 0 HcmV?d00001 diff --git a/src/technologies/v.json b/src/technologies/v.json index 10157fab9..56711836a 100644 --- a/src/technologies/v.json +++ b/src/technologies/v.json @@ -562,6 +562,16 @@ "saas": true, "website": "https://business.virtuagym.com" }, + "Virtual Chat": { + "cats": [ + 52 + ], + "description": "Virtual Chat is a live-chat service for web sites.", + "icon": "Virtual Chat.png", + "saas": true, + "scriptSrc": "virtual-chat\\.co\\.il/", + "website": "https://www.virtual-chat.co.il" + }, "VirtualSpirits": { "cats": [ 52 From fc3c33ca91e090e125c0008b9d2e4e7698e7c887 Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 3 Oct 2022 12:24:08 +0600 Subject: [PATCH 12/22] Add petite-vue / miscellaneous --- src/technologies/p.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/technologies/p.json b/src/technologies/p.json index f529626bc..5d869168a 100644 --- a/src/technologies/p.json +++ b/src/technologies/p.json @@ -1097,6 +1097,18 @@ "scriptSrc": "cdn\\.perzonalization\\.com", "website": "https://www.perzonalization.com/" }, + "petite-vue": { + "cats": [ + 19 + ], + "description": "petite-vue is an alternative distribution of Vue optimised for progressive enhancement.", + "icon": "vue.svg", + "implies": "Vue.js", + "oss": true, + "scripts": "/petite-vue@([\\d\\.]+)/\\;version:\\1", + "scriptSrc": "/petite-vue", + "website": "https://github.com/vuejs/petite-vue" + }, "Phabricator": { "cats": [ 13, From aa12c6188dd09b573a05ff09eea4f5e48759d1e7 Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 3 Oct 2022 12:50:24 +0600 Subject: [PATCH 13/22] Add Tern / shopify-app --- src/drivers/webextension/images/icons/Tern.png | Bin 0 -> 654 bytes src/technologies/t.json | 13 +++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Tern.png diff --git a/src/drivers/webextension/images/icons/Tern.png b/src/drivers/webextension/images/icons/Tern.png new file mode 100644 index 0000000000000000000000000000000000000000..04e00daf6157dff38bb3b45df329a6237fd1da81 GIT binary patch literal 654 zcmV;90&)F`P)1VQA%A6q5=tW*MHaF^k`)U|i3J;pg+j`d2pf&Rg$2q+ znGLZ}2*v#_@6DSxKZcC4cwgOm@7(+D`Of*yIXzWQW9J+B5PsxiCtCqZRVKE-Py$&isM+A5e$kOQ#Z+%Z`! zPA|kceWH#nEzjE7rIof0Psn2e6~*~ne>+mlCdEFJL{2~*8cd@dEe_v)5Wc0>;R#M$ z4*$69f_|w%#n##76?;&TRujc-%R3g@WKqDeu+CXzQuH>}QfY3ccz({jL-!Alq)*Z@ zav@Zjm&uFy`Q??|W?)$onL+FV3wP=YS|%B!6P))=&x>~jZ~U>EOy%mSeX=FHnp=Yc~T3V^2276S>Fpq=g?o@jhwmDcx;DLFot z3bWF=4VS})^V*nb(nP3v9Rvji^8K0B4H{cqbLNIrU;P!sIZ}$AmJgB-`xD=j+d%-? oaW;IuMZnuoen=Do3IT<{J9IhB^~|yo5C8xG07*qoM6N<$f)ynkh5!Hn literal 0 HcmV?d00001 diff --git a/src/technologies/t.json b/src/technologies/t.json index 5a32b57e0..8eec6cbdf 100644 --- a/src/technologies/t.json +++ b/src/technologies/t.json @@ -822,6 +822,19 @@ "scriptSrc": "app\\.termly\\.io/embed\\.min\\.js", "website": "https://termly.io/" }, + "Tern": { + "cats": [ + 100 + ], + "description": "Tern is a plug and play ecommerce app, built for Shopify, that offers merchants the ability to provide a seamless trade-in service.", + "icon": "Tern.png", + "requires": "Shopify", + "scriptSrc": "live\\.tern-returns\\.eastsideapps\\.io/", + "pricing": [ + "payg" + ], + "website": "https://www.tern.eco" + }, "TerriaJS": { "cats": [ 35 From 6c850270957cb8a1728987ee60237143b9029309 Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 3 Oct 2022 13:02:24 +0600 Subject: [PATCH 14/22] Add Shopmatic / ecommerce --- .../webextension/images/icons/Shopmatic.svg | 4 ++++ src/technologies/s.json | 17 +++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Shopmatic.svg diff --git a/src/drivers/webextension/images/icons/Shopmatic.svg b/src/drivers/webextension/images/icons/Shopmatic.svg new file mode 100644 index 000000000..6d3f21628 --- /dev/null +++ b/src/drivers/webextension/images/icons/Shopmatic.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/technologies/s.json b/src/technologies/s.json index 01b9c95e4..74fba040e 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -2277,6 +2277,23 @@ "scriptSrc": "cdn\\.shoplo\\.\\w+/", "website": "https://www.shoplo.com" }, + "Shopmatic": { + "cats": [ + 6 + ], + "description": "Shopmatic is an ecommerce website builder.", + "icon": "Shoplo.svg", + "meta": { + "shopmatic-facebook-pixels-id": "" + }, + "pricing": [ + "payg", + "low", + "recurring" + ], + "saas": true, + "website": "https://goshopmatic.com" + }, "Shoporama": { "cats": [ 6 From a90f09ac65ad618d49e061bf2f9f24002b80d69c Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 3 Oct 2022 13:07:26 +0600 Subject: [PATCH 15/22] fix icon --- src/technologies/s.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/s.json b/src/technologies/s.json index 74fba040e..72e01f3e3 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -2282,7 +2282,7 @@ 6 ], "description": "Shopmatic is an ecommerce website builder.", - "icon": "Shoplo.svg", + "icon": "Shopmatic.svg", "meta": { "shopmatic-facebook-pixels-id": "" }, From fab5ce39a2e2fd39e58bec6dba3ffa0c5f116b41 Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 3 Oct 2022 13:25:11 +0600 Subject: [PATCH 16/22] Add Shift4Shop, Remove 3DCart / ecommerce --- .../webextension/images/icons/3dCart.png | Bin 1040 -> 0 bytes .../webextension/images/icons/Shift4Shop.svg | 11 +++++++++ src/technologies/_.json | 15 ------------ src/technologies/s.json | 23 ++++++++++++++++++ 4 files changed, 34 insertions(+), 15 deletions(-) delete mode 100644 src/drivers/webextension/images/icons/3dCart.png create mode 100644 src/drivers/webextension/images/icons/Shift4Shop.svg diff --git a/src/drivers/webextension/images/icons/3dCart.png b/src/drivers/webextension/images/icons/3dCart.png deleted file mode 100644 index f929bb4ee7868aadb5dc65276761dd29d43307fa..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1040 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyEa{HEjtmSN`?>!lvI6-L)F)QezKwfBNY;o?Te|;Bd{kg+OzF ziW3g^-v9jK`iDpPCuhvNwR8Es15P{2+b*sM*xM9&puOOXH^`5+B|(0{4FBgc{D1ym z;s5`$|1*G21cH7&0U-JH|Nm7$>Y5cu2noD0L~wSL>)!zy#981GSnsrZ5H00)| zWTsW(*3h6R7Qw*425WUin!0sNI`!?R!0o^}|I~ zjaWiU9*gX8 z9YcKfhl<<|4ZEz@wr0)y)-(6AKFrq2pK&i$q3h0*=U0KGT zf5}zTeBb2x2hJVz{&)NRzrOQV7EhVF_Oj>7@9U}#x3Byj{OebsL+H0NqZO7k3TT18cC|Pu5L9$WV)S?ewOlfjg zZp679J7ebGe(6k8nhV3umL#KZ*N$)8@@av!`fK(Mg=fbO-RtQSKP)+)-S?HgxptoF zwJ%1VmA?0-eqHg(64aV*u6|l{;loYa&h56|w&(Y)Z?|->&vsRaoS^NKBE0#l`Q*-m c4~y$B_&oA^Hs$6OU; + + + + + + + + + + diff --git a/src/technologies/_.json b/src/technologies/_.json index 5bbfd104f..1bcc1543f 100644 --- a/src/technologies/_.json +++ b/src/technologies/_.json @@ -80,21 +80,6 @@ ], "website": "https://www.34sp.com" }, - "3dCart": { - "cats": [ - 1, - 6 - ], - "cookies": { - "3dvisit": "" - }, - "headers": { - "X-Powered-By": "3DCART" - }, - "icon": "3dCart.png", - "scriptSrc": "(?:twlh(?:track)?\\.asp|3d_upsell\\.js)", - "website": "http://www.3dcart.com" - }, "4-Tell": { "cats": [ 76 diff --git a/src/technologies/s.json b/src/technologies/s.json index 01b9c95e4..62febd38a 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -1860,6 +1860,29 @@ }, "website": "http://shellinabox.com" }, + "Shift4Shop": { + "cats": [ + 1, + 6 + ], + "description": "Shift4Shop, formerly known as 3Dcart, is an ecommerce software provider for online businesses.", + "icon": "Shift4Shop.svg", + "cookies": { + "3dvisit": "" + }, + "headers": { + "X-Powered-By": "3DCART" + }, + "js": { + "_3d_cart.subtotal": "" + }, + "scriptSrc": "(?:twlh(?:track)?\\.asp|3d_upsell\\.js)", + "saas": true, + "pricing": [ + "payg" + ], + "website": "https://www.shift4shop.com" + }, "Shiny": { "cats": [ 18 From 9c301faf3575fb8879327044d24398e378a2a81c Mon Sep 17 00:00:00 2001 From: thc202 Date: Mon, 3 Oct 2022 08:55:14 +0100 Subject: [PATCH 17/22] Fix DOM selector Add missing closing quote. Signed-off-by: thc202 --- src/technologies/v.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/v.json b/src/technologies/v.json index 10157fab9..0e7f5d3f1 100644 --- a/src/technologies/v.json +++ b/src/technologies/v.json @@ -549,7 +549,7 @@ 53 ], "description": "Virtuagym is a cloud-based membership management and coaching platform designed for personal trainers and fitness businesses of all sizes.", - "dom": "a[href*='.virtuagym.com'][target='_blank'], iframe[src*='.virtuagym.com/]", + "dom": "a[href*='.virtuagym.com'][target='_blank'], iframe[src*='.virtuagym.com/']", "icon": "Virtuagym.svg", "js": { "VGTutorial": "", From 9d7733a748d1f06ab0ec70c41c527223f454ae1f Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 3 Oct 2022 14:59:45 +0600 Subject: [PATCH 18/22] remove implies vue --- src/technologies/p.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/technologies/p.json b/src/technologies/p.json index 5d869168a..04e46f5cf 100644 --- a/src/technologies/p.json +++ b/src/technologies/p.json @@ -1103,7 +1103,6 @@ ], "description": "petite-vue is an alternative distribution of Vue optimised for progressive enhancement.", "icon": "vue.svg", - "implies": "Vue.js", "oss": true, "scripts": "/petite-vue@([\\d\\.]+)/\\;version:\\1", "scriptSrc": "/petite-vue", From 48e6abe67eea1230a1460f360a7f9ea515539991 Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 3 Oct 2022 15:15:21 +0600 Subject: [PATCH 19/22] Add TryNow / bnpl --- .../webextension/images/icons/TryNow.svg | 13 +++++++++++++ src/technologies/t.json | 17 +++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 src/drivers/webextension/images/icons/TryNow.svg diff --git a/src/drivers/webextension/images/icons/TryNow.svg b/src/drivers/webextension/images/icons/TryNow.svg new file mode 100644 index 000000000..f7faa1c08 --- /dev/null +++ b/src/drivers/webextension/images/icons/TryNow.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/src/technologies/t.json b/src/technologies/t.json index 5a32b57e0..660f75976 100644 --- a/src/technologies/t.json +++ b/src/technologies/t.json @@ -2331,6 +2331,23 @@ ], "website": "https://www.transunion.com/solution/truvalidate" }, + "TryNow": { + "cats": [ + 91 + ], + "description": "TryNow is an ecommerce platform designed to offer a try before you buy experience for shoppers.", + "icon": "TryNow.svg", + "js": { + "TryNowConfig": "", + "tryNowCheckout": "" + }, + "pricing": [ + "poa" + ], + "saas": true, + "scriptSrc": "\\.trynow\\.net/shopify/([\\d\\.]+)/\\;version:\\1", + "website": "https://www.trynow.io" + }, "True Fit": { "cats": [ 76 From 108f22ada33c893a546135a799bfa9d0110bdf17 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Fri, 7 Oct 2022 10:37:15 +1100 Subject: [PATCH 20/22] Update Virtooal --- src/technologies/v.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/technologies/v.json b/src/technologies/v.json index 10157fab9..6e8c78553 100644 --- a/src/technologies/v.json +++ b/src/technologies/v.json @@ -530,12 +530,12 @@ }, "Virtooal": { "cats": [ - 76 + 105 ], "description": "Virtooal allows shoppers to try on and combine decorative cosmetics, sunglasses, contact lenses, jewellery and fashion accessories using models, their own photo or a live webcam feed.", "icon": "Virtooal.svg", "pricing": [ - "freemium", + "low", "mid", "recurring" ], @@ -1027,4 +1027,4 @@ }, "website": "http://vibecommerce.com.br" } -} \ No newline at end of file +} From aa6a307977dd7859838fb4a5cb1669b47094ff4f Mon Sep 17 00:00:00 2001 From: nurbek Date: Fri, 30 Sep 2022 13:15:49 +0600 Subject: [PATCH 21/22] Add Hydrogen /shopify js-framework --- .../webextension/images/icons/Hydrogen.svg | 12 ++++++++++++ src/technologies/h.json | 17 +++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Hydrogen.svg diff --git a/src/drivers/webextension/images/icons/Hydrogen.svg b/src/drivers/webextension/images/icons/Hydrogen.svg new file mode 100644 index 000000000..b69d9e48b --- /dev/null +++ b/src/drivers/webextension/images/icons/Hydrogen.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/src/technologies/h.json b/src/technologies/h.json index 3930bde69..984d74c34 100644 --- a/src/technologies/h.json +++ b/src/technologies/h.json @@ -1342,6 +1342,23 @@ "scriptSrc": "\\.hushly\\.com/", "website": "https://www.hushly.com" }, + "Hydrogen": { + "cats": [ + 12 + ], + "description": "Hydrogen is a front-end web development framework used for building Shopify custom storefronts.", + "icon": "Hydrogen.svg", + "implies": [ + "Shopify", + "React", + "Vite" + ], + "headers": { + "powered-by": "^Shopify-Hydrogen$" + }, + "oss": true, + "website": "https://hydrogen.shopify.dev" + }, "Hypercorn": { "cats": [ 22 From e3bdff742c6456719b39febf78e459ad146acbcf Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Fri, 7 Oct 2022 10:53:23 +1100 Subject: [PATCH 22/22] Remove console.log --- src/drivers/webextension/js/popup.js | 1 - src/drivers/webextension/js/utils.js | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drivers/webextension/js/popup.js b/src/drivers/webextension/js/popup.js index d45212de4..6ec9d4642 100644 --- a/src/drivers/webextension/js/popup.js +++ b/src/drivers/webextension/js/popup.js @@ -170,7 +170,6 @@ function getCsv() { } function csvEscape(value = '') { - console.log(value) if (Array.isArray(value)) { value = value .flat() diff --git a/src/drivers/webextension/js/utils.js b/src/drivers/webextension/js/utils.js index 6d0114932..97d1b865f 100644 --- a/src/drivers/webextension/js/utils.js +++ b/src/drivers/webextension/js/utils.js @@ -14,6 +14,7 @@ if (chrome.runtime.getManifest().manifest_version === 2) { } } +// eslint-disable-next-line no-unused-vars const Utils = { agent: chrome.runtime.getURL('/').startsWith('moz-') ? 'firefox'