TagTag Check Extension
This extension helps to validate admitad integration
TagTag Check Extension क्या है?
TagTag Check Extension Admitad द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension helps to validate admitad integration"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TagTag Check Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | TagTag Check Extension |
ID | hfgfandfmfdmdjbjkhdcnkoohgiocdac |
आधिकारिक URL | https://chromewebstore.google.com/detail/tagtag-check-extension/hfgfandfmfdmdjbjkhdcnkoohgiocdac |
विवरण | This extension helps to validate admitad integration |
फ़ाइल का आकार | 1.09 MB |
स्थापना संख्या | 1,259 |
वर्तमान संस्करण | 0.3.0 |
अंतिम अपडेट | 2022-06-25 |
प्रकाशन तिथि | 2019-03-25 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Admitad |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://help.admitad.com/en/advertiser/topic/189-integration-via-tracking-code#testing |
गोपनीयता नीति पृष्ठ URL | https://terms.admitad.com/en/privacy-policy/admitad-privacy-policy-intro |
समर्थित भाषाएँ | 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" ] } ] } |