From f53d91f11035b78967c829dda92f3e0342d79aad Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 11 Nov 2021 01:45:00 +0600 Subject: [PATCH 1/3] Add WebFactory Maintenance / WP plugin --- .../webextension/images/icons/WebFactory.png | Bin 0 -> 981 bytes src/technologies/w.json | 17 +++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 src/drivers/webextension/images/icons/WebFactory.png diff --git a/src/drivers/webextension/images/icons/WebFactory.png b/src/drivers/webextension/images/icons/WebFactory.png new file mode 100644 index 0000000000000000000000000000000000000000..1bf6d226fb1a3dc5aafd51f65db5b1081faf4b8f GIT binary patch literal 981 zcmV;`11kK9P)1$CzTcn^A#fP*~N$d+_DI)XiP)iZ%gc2l# zF6OwH8++&G#ZHD9a(DOMbI<>ubM8IoT%p6!DCD*PlfXDI0%Sopizuor0=I#A;0NGq zKThs-qE|Wq-U%E94vEO7PL!(Z1K=y*xF09gt_U;=xyONN;2jb1=whg96F3bV@#AE% zV*-sr?pff1i0q;VLskC(4yJiSQozT6Z$#utdN@>d5t#Dhh(+p?DacRr-+UbYZ<(>d$)~Ul&)dQZ%?XHDYkh-<9OGI|`;ZBZwrm(pDKJnw) zM=P_1Lhc0cejf;oWLi~i!^Ut1Wb?-1%RolZ=7zzec#6D?wq-;>Z}vV1^P$28ciHpf z+T}-|r77*NWZ4mDD%ung+mJTT`f=?BaAOsLQn@k;xHX^_g~2sze#_afJM(4WZ(zt; zyKM`U%9WP@x60N$;5kIjIEi2mC|WCDsOoznvQt%;fD=Y3Q5fLINwZPN9aq(pfCqdB z{A7V|0zOA%(7|~(16;y&DU2D<822R$!1Jp546xOYlW)z|i=}d9$jF=mwgOKB6Mmf7 zA$TnXya`+s!|)s;Z=`r(UlayQY4@U3t_+wC_$Kgn6b7szw+;9ikzq&wr6>%h9s|hc zi@yVhu`f~Uz(h7*jI;UT-FkJ_R=OQHhsb_l6d20pi&yK_*=0*6lg$?=fG-hwD#iM@ z>ebml#X2y9NF}B80sLle@UqFAdk`6Ln{|gvw5tHqyZLjKi;LRuuun7zTztEqe zV}suT3Q-u`Yir4(Fjxd$MfH9k!Iyy7SHRt#kSGkQz!a_SwIARIo&4gaV2Hxt3b2>f zXQEf&cY*OJ3|3{`Oq#s$#BNkSH8-|fU{L+c#Qa)UpVLygG6oz2Ch4?sZIQkVOe1n7 zIy=+-@7PHw2dwY;FtG9zADCJ&4}1??jKZMaiQaz!S(|0wn;)sr00000NkvXXu0mjf D`Z&yS literal 0 HcmV?d00001 diff --git a/src/technologies/w.json b/src/technologies/w.json index f0622e12d..aa22b9b71 100644 --- a/src/technologies/w.json +++ b/src/technologies/w.json @@ -441,6 +441,23 @@ "scriptSrc": "\\.webengage\\.co(?:m)?/", "website": "https://webengage.com" }, + "WebFactory Maintenance": { + "cats": [ + 87 + ], + "description": "WebFactory Maintenance is a WordPress plugin which allows you to create an maintenance page.", + "icon": "WebFactory.png", + "dom": "link[href*='/wp-content/plugins/maintenance/']", + "js": { + "mtnc_front_options": "" + }, + "pricing": [ + "freemium" + ], + "requires": "WordPress", + "oss": true, + "website": "https://wordpress.org/plugins/maintenance" + }, "WebGUI": { "cats": [ 1 From 5b9f89d41df117d92164e86928d19abe3eb5cf00 Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 11 Nov 2021 02:08:17 +0600 Subject: [PATCH 2/3] Add Creativ.eMail / WP plugin, email --- .../webextension/images/icons/Creativ.eMail.svg | 4 ++++ src/technologies/c.json | 16 ++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Creativ.eMail.svg diff --git a/src/drivers/webextension/images/icons/Creativ.eMail.svg b/src/drivers/webextension/images/icons/Creativ.eMail.svg new file mode 100644 index 000000000..8fb43f757 --- /dev/null +++ b/src/drivers/webextension/images/icons/Creativ.eMail.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/technologies/c.json b/src/technologies/c.json index 99bcad337..3cba834ac 100644 --- a/src/technologies/c.json +++ b/src/technologies/c.json @@ -2296,6 +2296,22 @@ "scriptSrc": "script\\.crazyegg\\.com/pages/scripts/\\d+/\\d+\\.js", "website": "http://crazyegg.com" }, + "Creativ.eMail": { + "cats": [ + 87, + 75 + ], + "description": "Creativ.eMail is a email editor WordPress plugin which simplifies email marketing campaign creation and pulls your WordPress blog posts, website images and WooCommerce products right into your email content.", + "icon": "Creativ.eMail.svg", + "pricing": [ + "freemium", + "low", + "recurring" + ], + "requires": "WordPress", + "scriptSrc": "/wp-content/plugins/creative-mail-by-constant-contact/", + "website": "https://www.creativemail.com" + }, "Crisp Live Chat": { "cats": [ 52 From 37bd582af5935bfde823032d2a86f6947d5acb86 Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 11 Nov 2021 02:30:16 +0600 Subject: [PATCH 3/3] Add Kirki Customizer Framework / WP plugin --- .../images/icons/Kirki Customizer Framework.png | Bin 0 -> 435 bytes src/technologies/k.json | 15 +++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Kirki Customizer Framework.png diff --git a/src/drivers/webextension/images/icons/Kirki Customizer Framework.png b/src/drivers/webextension/images/icons/Kirki Customizer Framework.png new file mode 100644 index 0000000000000000000000000000000000000000..0764f2756df9e0a9b1885c0b58bb113a70edfd5b GIT binary patch literal 435 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy(g8jpuIectu_EQj>xZq4+=0qC zOM?7@U;W!OwKPJXpTYf}lqmxPqn)RVV~EA+(kZ96Eq35x4y}9je}9FT3Fpqq73{Gu zcBo4K4785Dy7_#0)%>yot*Za*UK-hH%Ys(SbMO{=)jngw5<3S$!KeMJIv%ji`ZoQQ zxWWC#BtC&N<_R6#8K?f~UEG%Q^7qd0O<$uQOqwwHFRM;w