From 6d19a7957691ba25b125ac925c9187e95850a22c Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 29 Oct 2022 17:43:07 +0600 Subject: [PATCH 1/2] Add Upfluence / affiliate programs --- src/drivers/webextension/images/icons/Upfluence.svg | 4 ++++ src/technologies/u.json | 13 +++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Upfluence.svg diff --git a/src/drivers/webextension/images/icons/Upfluence.svg b/src/drivers/webextension/images/icons/Upfluence.svg new file mode 100644 index 000000000..cf9b2f47a --- /dev/null +++ b/src/drivers/webextension/images/icons/Upfluence.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/technologies/u.json b/src/technologies/u.json index dfc809782..d550274a2 100644 --- a/src/technologies/u.json +++ b/src/technologies/u.json @@ -423,6 +423,19 @@ "scriptSrc": "www\\.upsellit\\.com/", "website": "https://us.upsellit.com" }, + "Upfluence": { + "cats": [ + 71 + ], + "description": "Upfluence is the all-in-one affiliate and influencer marketing platform for eecommerce and direct-to-consumer brands.", + "icon": "Upfluence.svg", + "pricing": [ + "poa" + ], + "saas": true, + "scriptSrc": "\\.upfluence\\.co/", + "website": "https://www.upfluence.com" + }, "Uploadcare": { "cats": [ 31 From 73ef086feab87c8460effe0a499b116aff5c17e3 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 29 Oct 2022 17:46:32 +0600 Subject: [PATCH 2/2] fix desc --- src/technologies/u.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/u.json b/src/technologies/u.json index d550274a2..7e7ffaa73 100644 --- a/src/technologies/u.json +++ b/src/technologies/u.json @@ -427,7 +427,7 @@ "cats": [ 71 ], - "description": "Upfluence is the all-in-one affiliate and influencer marketing platform for eecommerce and direct-to-consumer brands.", + "description": "Upfluence is the all-in-one affiliate and influencer marketing platform for ecommerce and direct-to-consumer brands.", "icon": "Upfluence.svg", "pricing": [ "poa"