Signal Inspector

Shows you information about tags deployed using Signal Tag.

ما هو Signal Inspector؟

Signal Inspector هو إضافة Chrome تم تطويرها بواسطة BrightTag، والميزة الرئيسية لها هي "Shows you information about tags deployed using Signal Tag.".

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

screenshot

تحميل ملف CRX للإضافة Signal Inspector

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

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

                        This add-on to Signal allows you to explore fired tags in ways that the console alone cannot. Observe when tags are fired and detect server-direct tag fires. The Signal Inspector makes debugging tags easier than ever. Note: A valid Signal account is needed to take advantage of this extension.                    

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

الاسم Signal Inspector Signal Inspector
ID plhigdejmcnjiljpefhbcmllngmmjggp
عنوان URL الرسمي https://chromewebstore.google.com/detail/signal-inspector/plhigdejmcnjiljpefhbcmllngmmjggp
الوصف Shows you information about tags deployed using Signal Tag.
حجم الملف 299 KB
عدد التثبيتات 1,130
النسخة الحالية 1.10.5
آخر تحديث 2022-03-03
تاريخ النشر 2019-03-08
تقييم 3.30/5 مجموع تقييمات 10
المطور BrightTag
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.signal.co
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Signal Inspector",
    "version": "1.10.5",
    "manifest_version": 2,
    "description": "Shows you information about tags deployed using Signal Tag.",
    "icons": {
        "48": "assets-images\/en-US\/brighttag48.png",
        "128": "assets-images\/en-US\/brighttag128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "assets-images\/en-US\/icon19-off.png",
            "38": "assets-images\/en-US\/icon38-off.png"
        },
        "default_title": "Signal Inspector",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "assets-js\/diagnostic.js"
        ]
    },
    "devtools_page": "devtools.html",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        ""
    ]
}