From 8010a07b349a10b2e02898d616dce3fc7d101d74 Mon Sep 17 00:00:00 2001 From: jesse Date: Fri, 26 Nov 2021 08:35:09 +0800 Subject: [PATCH 1/2] Add GoAffPro --- .../webextension/images/icons/goaffpro.svg | 1 + src/technologies/g.json | 15 ++++++++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 src/drivers/webextension/images/icons/goaffpro.svg diff --git a/src/drivers/webextension/images/icons/goaffpro.svg b/src/drivers/webextension/images/icons/goaffpro.svg new file mode 100644 index 000000000..8a4b9a373 --- /dev/null +++ b/src/drivers/webextension/images/icons/goaffpro.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/technologies/g.json b/src/technologies/g.json index 1b6818160..4d3968c7d 100644 --- a/src/technologies/g.json +++ b/src/technologies/g.json @@ -296,7 +296,7 @@ "description": "Geniee is an ad technology company.", "icon": "Geniee.png", "dom": "img[src*='.gssprt.jp/'], link[href*='.gssprt.jp']", - "scriptSrc": "\\.gsspcln\\.jp/", + "scriptSrc": "\\.gsspcln\\.jp/", "saas": true, "pricing": [ "poa" @@ -681,6 +681,19 @@ "icon": "GoAhead.png", "website": "http://embedthis.com/products/goahead/index.html" }, + "GoAffPro": { + "cats": [ + 71 + ], + "description": "Goaffpro: The complete affiliate marketing solution for your ecommerce store", + "icon": "goaffpro.svg", + "pricing": [ + "freemium", + "recurring" + ], + "scriptSrc": "api\\.goaffpro\\.com/loader\\.js", + "website": "https://goaffpro.com/" + }, "GoAnywhere": { "cats": [ 19 From 10db2fdfe30b6911aef290a4905d99bbe77f1c87 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Fri, 26 Nov 2021 13:47:59 +1100 Subject: [PATCH 2/2] Update g.json --- src/technologies/g.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/technologies/g.json b/src/technologies/g.json index 4d3968c7d..9a72c4326 100644 --- a/src/technologies/g.json +++ b/src/technologies/g.json @@ -685,12 +685,16 @@ "cats": [ 71 ], - "description": "Goaffpro: The complete affiliate marketing solution for your ecommerce store", + "description": "Goaffpro is an affiliate marketing solution for ecommerce stores.", "icon": "goaffpro.svg", "pricing": [ "freemium", + "mid", "recurring" ], + "js": { + "gfp_api_server": "" + }, "scriptSrc": "api\\.goaffpro\\.com/loader\\.js", "website": "https://goaffpro.com/" },