Neodata Group Toolbox

Validate exaudi tags in one click. Check instantly tag details for a webpage, including custom event information.

Neodata Group Toolbox क्या है?

Neodata Group Toolbox Neodata Group द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Validate exaudi tags in one click. Check instantly tag details for a webpage, including custom event information."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Neodata Group Toolbox एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Neodata Toolbox is a free Chrome extension that helps you to validate exaudi tags installed on your own domain. You can now check and be sure your tags are working correctly in one click! 
The toolbox analyses the exaudi tags installed on a webpage and displays:
- a status of tag found or no tag found;
- key details such as tag id,  company id, URL, Cookie Matching;
- pageview and custom events information.

How do I use the toolbox?  
Navigate to any webpage, click on the Neodata Toolbox extension on top right of the navigation bar and you will see tag details for that page. Verifying your tags has never been easier.                    

एक्सटेंशन की मूल जानकारी

नाम Neodata Group Toolbox Neodata Group Toolbox
ID pjmhjjjhlfggdffolnfcbccdbpaonbdb
आधिकारिक URL https://chromewebstore.google.com/detail/neodata-group-toolbox/pjmhjjjhlfggdffolnfcbccdbpaonbdb
विवरण Validate exaudi tags in one click. Check instantly tag details for a webpage, including custom event information.
फ़ाइल का आकार 555 KB
स्थापना संख्या 70
वर्तमान संस्करण 1.4
अंतिम अपडेट 2021-02-04
प्रकाशन तिथि 2020-03-25
डेवलपर Neodata Group
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.neodatagroup.com/en/security-policy/neodata-privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Neodata Group Toolbox",
    "short_name": "neoToolbox",
    "description": "Validate exaudi tags in one click. Check instantly tag details for a webpage, including custom event information.",
    "version": "1.4",
    "icons": {
        "48": "toolbox\/images\/icon_48.png",
        "128": "toolbox\/images\/icon_128.png"
    },
    "permissions": [
        "storage",
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.neodadatagroup.com\/*"
        ]
    },
    "browser_action": {
        "default_icon": "toolbox\/images\/icon_128.png",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "toolbox\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "toolbox\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ]
}