From 5b362a3dcea15506ce1cc3b942dbf680cbd82907 Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 15 Apr 2021 22:50:51 +0600 Subject: [PATCH] Add ConvertKit / Email marketing --- .../webextension/images/icons/ConvertKit.svg | 3 +++ src/technologies.json | 24 +++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 src/drivers/webextension/images/icons/ConvertKit.svg diff --git a/src/drivers/webextension/images/icons/ConvertKit.svg b/src/drivers/webextension/images/icons/ConvertKit.svg new file mode 100644 index 000000000..805bb767a --- /dev/null +++ b/src/drivers/webextension/images/icons/ConvertKit.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/technologies.json b/src/technologies.json index 6f411b764..344f0975e 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -4523,6 +4523,30 @@ "scripts": "\\.convertexperiments\\.com/js", "website": "https://www.convert.com" }, + "ConvertKit": { + "cats": [ + 32, + 75 + ], + "description": "ConvertKit is an email marketing tool built for content creators.", + "icon": "ConvertKit.svg", + "dom": { + "form[action*='app.convertkit.com']": { + "attributes": { + "action": "" + } + }, + "link[href*='.convertkit.com']": { + "attributes": { + "action": "" + } + } + }, + "scripts": "\\.convertkit\\.com", + "saas": true, + "pricing": ["low", "freemium", "recurring"], + "website": "https://convertkit.com" + }, "ConvertFlow": { "cats": [ 10,