From 2c45855053d5dfd09d0bc8a983ff60285b5370b3 Mon Sep 17 00:00:00 2001 From: HR-Test <73892764+HR-Test@users.noreply.github.com> Date: Wed, 6 Jan 2021 17:31:49 +0330 Subject: [PATCH 1/9] Add files via upload add webmetric --- src/drivers/webextension/images/icons/WebMetric.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/drivers/webextension/images/icons/WebMetric.svg diff --git a/src/drivers/webextension/images/icons/WebMetric.svg b/src/drivers/webextension/images/icons/WebMetric.svg new file mode 100644 index 000000000..103b52ab5 --- /dev/null +++ b/src/drivers/webextension/images/icons/WebMetric.svg @@ -0,0 +1 @@ +32-32 \ No newline at end of file From 562a5ec99de6ca8bbd466776dffe9f96cde5d689 Mon Sep 17 00:00:00 2001 From: HR-Test <73892764+HR-Test@users.noreply.github.com> Date: Wed, 6 Jan 2021 17:49:30 +0330 Subject: [PATCH 2/9] Update technologies.json --- src/technologies.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index 3488e28f0..2f9f87a52 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -20461,6 +20461,21 @@ "generator": "xt:Commerce" }, "website": "https://www.xt-commerce.com" + }, + "WebMetric": { + "description": "WebMetric is a Data-Driven-Marketing tool to promote your online business.", + "icon": "WebMetric.svg", + "cats": [ + 10 + ], + "cookies": { + "cookie_name": "_wmuid" + }, + "js": { + "_wmid": "" + }, + "script": "cdn\\.webmetric\\.ir", + "website": "https://webmetric.ir/" } } -} \ No newline at end of file +} From ac02a97b0949443d0d9992bc94214556b12abe53 Mon Sep 17 00:00:00 2001 From: HR-Test <73892764+HR-Test@users.noreply.github.com> Date: Wed, 6 Jan 2021 18:06:44 +0330 Subject: [PATCH 3/9] Update technologies.json --- src/technologies.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/technologies.json b/src/technologies.json index 2f9f87a52..77056b60e 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -20463,11 +20463,11 @@ "website": "https://www.xt-commerce.com" }, "WebMetric": { - "description": "WebMetric is a Data-Driven-Marketing tool to promote your online business.", - "icon": "WebMetric.svg", "cats": [ 10 ], + "description": "WebMetric is a Data-Driven-Marketing tool to promote your online business.", + "icon": "WebMetric.svg", "cookies": { "cookie_name": "_wmuid" }, From d00ac9e4d5b7480343d720926ca363b4bf8c316b Mon Sep 17 00:00:00 2001 From: HR-Test <73892764+HR-Test@users.noreply.github.com> Date: Wed, 6 Jan 2021 18:18:42 +0330 Subject: [PATCH 4/9] Update technologies.json --- src/technologies.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index 77056b60e..af8f6651a 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -20469,7 +20469,7 @@ "description": "WebMetric is a Data-Driven-Marketing tool to promote your online business.", "icon": "WebMetric.svg", "cookies": { - "cookie_name": "_wmuid" + "_wmuid": "" }, "js": { "_wmid": "" From 203238a8c2c97ff1bf9f39b63241ba990a98151b Mon Sep 17 00:00:00 2001 From: HR-Test <73892764+HR-Test@users.noreply.github.com> Date: Wed, 6 Jan 2021 18:24:06 +0330 Subject: [PATCH 5/9] Update technologies.json --- src/technologies.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index af8f6651a..fa13b2700 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -20462,7 +20462,7 @@ }, "website": "https://www.xt-commerce.com" }, - "WebMetric": { + "WebMetric":{ "cats": [ 10 ], From 8c16b95b63f088f9a73437920930e7e5095f8366 Mon Sep 17 00:00:00 2001 From: HR-Test <73892764+HR-Test@users.noreply.github.com> Date: Wed, 6 Jan 2021 18:36:03 +0330 Subject: [PATCH 6/9] Update technologies.json --- src/technologies.json | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/src/technologies.json b/src/technologies.json index fa13b2700..b527ac476 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -17860,6 +17860,22 @@ }, "website": "http://www.webgui.org" }, + , + "WebMetric":{ + "cats": [ + 10 + ], + "description": "WebMetric is a Data-Driven-Marketing tool to promote your online business.", + "icon": "WebMetric.svg", + "cookies": { + "_wmuid": "" + }, + "js": { + "_wmid": "" + }, + "script": "cdn\\.webmetric\\.ir", + "website": "https://webmetric.ir/" + }, "WebPublisher": { "cats": [ 1 @@ -20461,21 +20477,6 @@ "generator": "xt:Commerce" }, "website": "https://www.xt-commerce.com" - }, - "WebMetric":{ - "cats": [ - 10 - ], - "description": "WebMetric is a Data-Driven-Marketing tool to promote your online business.", - "icon": "WebMetric.svg", - "cookies": { - "_wmuid": "" - }, - "js": { - "_wmid": "" - }, - "script": "cdn\\.webmetric\\.ir", - "website": "https://webmetric.ir/" } } } From ae48d912c1345f7d5ace1847b01e1c616ec829a6 Mon Sep 17 00:00:00 2001 From: HR-Test <73892764+HR-Test@users.noreply.github.com> Date: Wed, 6 Jan 2021 18:39:08 +0330 Subject: [PATCH 7/9] Update technologies.json --- src/technologies.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index b527ac476..320559c2c 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -17860,7 +17860,6 @@ }, "website": "http://www.webgui.org" }, - , "WebMetric":{ "cats": [ 10 From c2210e7464294e22b8c7e4f520aaa40e80077c91 Mon Sep 17 00:00:00 2001 From: HR-Test <73892764+HR-Test@users.noreply.github.com> Date: Thu, 14 Jan 2021 15:39:24 +0330 Subject: [PATCH 8/9] Update technologies.json --- src/technologies.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index 320559c2c..98515493c 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -17864,7 +17864,6 @@ "cats": [ 10 ], - "description": "WebMetric is a Data-Driven-Marketing tool to promote your online business.", "icon": "WebMetric.svg", "cookies": { "_wmuid": "" From 82cfa139cef82b21a4428c648306f8a6fe4fae34 Mon Sep 17 00:00:00 2001 From: HR-Test <73892764+HR-Test@users.noreply.github.com> Date: Thu, 14 Jan 2021 16:41:15 +0330 Subject: [PATCH 9/9] Update technologies.json --- src/technologies.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index 98515493c..ff6f16bf9 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -17871,7 +17871,7 @@ "js": { "_wmid": "" }, - "script": "cdn\\.webmetric\\.ir", + "scripts": "cdn\\.webmetric\\.ir", "website": "https://webmetric.ir/" }, "WebPublisher": {