TagTag Check Extension
This extension helps to validate admitad integration
Qu'est-ce que TagTag Check Extension ?
TagTag Check Extension est une extension Chrome développée par Admitad, et sa fonction principale est "This extension helps to validate admitad integration".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TagTag Check Extension
Téléchargez les fichiers d'extension TagTag Check Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
The extension allows the user to check if the JavaScript for order registration is installed and configured correctly: – Checking if the script is available on all pages of the site. – Checking if the script is embedded ("installed") correctly. – Checking operation of the error handler script. – Checking the setting of environment variables in the script. – Checking if campaign_code is set correctly. – Checking if the first-party cookie is deployed.
Informations de Base sur l'Extension
Nom | TagTag Check Extension |
ID | hfgfandfmfdmdjbjkhdcnkoohgiocdac |
URL Officiel | https://chromewebstore.google.com/detail/tagtag-check-extension/hfgfandfmfdmdjbjkhdcnkoohgiocdac |
Description | This extension helps to validate admitad integration |
Taille du Fichier | 1.09 MB |
Nombre d'Installations | 1,259 |
Version Actuelle | 0.3.0 |
Dernière Mise à Jour | 2022-06-25 |
Date de Publication | 2019-03-25 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Admitad |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://help.admitad.com/en/advertiser/topic/189-integration-via-tracking-code#testing |
URL de la Page de Politique de Confidentialité | https://terms.admitad.com/en/privacy-policy/admitad-privacy-policy-intro |
Langues Prises en Charge | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "TagTag Check Extension", "description": "This extension helps to validate admitad integration", "version": "0.3.0", "action": { "default_popup": "index.html" }, "icons": { "16": "logo-small.png", "48": "logo-small.png", "128": "logo-small.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "*:\/\/*\/*" ], "externally_connectable": { "ids": [ "jekoifodgifignfilbdfdadjkjmmgcek", "hfgfandfmfdmdjbjkhdcnkoohgiocdac", "kfdcjogkhbigomkfbppoeiieliikdofa", "igjkhdgaoimjdaocmfcdodehkkeocign" ] }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_idle" } ], "background": { "service_worker": "background.js" }, "content_security_policy": { "script-src": "self", "object-src": "self" }, "web_accessible_resources": [ { "resources": [ "inject.js" ], "matches": [ "https:\/\/*\/*" ], "extension_ids": [ "kfdcjogkhbigomkfbppoeiieliikdofa", "igjkhdgaoimjdaocmfcdodehkkeocign" ] } ] } |