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 هو إضافة Chrome تم تطويرها بواسطة Neodata Group، والميزة الرئيسية لها هي "Validate exaudi tags in one click. Check instantly tag details for a webpage, including custom event information.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Neodata Group Toolbox

قم بتنزيل ملفات الامتداد Neodata Group Toolbox بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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"
        }
    ]
}