Quantcast - Tag Inspector

Validate your Measure and Consent tags, and see a summary of your site's audience

ما هو Quantcast - Tag Inspector؟

Quantcast - Tag Inspector هو إضافة Chrome تم تطويرها بواسطة https://quantcast.com، والميزة الرئيسية لها هي "Validate your Measure and Consent tags, and see a summary of your site's audience".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Quantcast - Tag Inspector

قم بتنزيل ملفات الامتداد Quantcast - Tag Inspector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        The Quantcast Tag Inspector can be used to verify your Quantcast tag is firing correctly                    

معلومات أساسية عن التمديد

الاسم Quantcast - Tag Inspector Quantcast - Tag Inspector
ID ffjncjpkoanpjjmcdonkhfammlhfapll
عنوان URL الرسمي https://chromewebstore.google.com/detail/quantcast-tag-inspector/ffjncjpkoanpjjmcdonkhfammlhfapll
الوصف Validate your Measure and Consent tags, and see a summary of your site's audience
حجم الملف 378 KB
عدد التثبيتات 2,927
النسخة الحالية 2.0.18
آخر تحديث 2023-11-23
تاريخ النشر 2019-02-01
تقييم 4.82/5 مجموع تقييمات 11
المطور https://quantcast.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://help.quantcast.com/hc/en-us/articles/360041276194-Inspect-Your-Tag
عنوان صفحة المساعدة https://help.quantcast.com/hc/en-us/articles/360041276194-Inspect-Your-Tag
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quantcast - Tag Inspector",
    "description": "Validate your Measure and Consent tags, and see a summary of your site's audience",
    "version": "2.0.18",
    "icons": {
        "128": "icon-unchecked.png"
    },
    "background": {
        "scripts": [
            "background.js",
            "uri.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-unchecked.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/cdn.segment.com\/ https:\/\/www.googleadservices.com\/ https:\/\/cdn.mxpnl.com\/; object-src 'self'",
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "webNavigation",
        "",
        "*:\/\/*.quantcast.com\/",
        "*:\/\/*.quantserve.com\/",
        "*:\/\/*.quantserve.com\/"
    ]
}