GTM Debug Down

Keep GTM debug pane down while on preview mode as your preference.

ما هو GTM Debug Down؟

GTM Debug Down هو إضافة Chrome تم تطويرها بواسطة Paul O'Gorman، والميزة الرئيسية لها هي "Keep GTM debug pane down while on preview mode as your preference.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة GTM Debug Down

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

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

                        If you're like me, sometimes I need to preview Google Tag Manager (GTM) changes without the debug pane being visible. Hopefully this will help you like it helped me...                    

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

الاسم GTM Debug Down GTM Debug Down
ID jkafjapgjmbbgkigffbflbffmenhallh
عنوان URL الرسمي https://chromewebstore.google.com/detail/gtm-debug-down/jkafjapgjmbbgkigffbflbffmenhallh
الوصف Keep GTM debug pane down while on preview mode as your preference.
حجم الملف 11.65 KB
عدد التثبيتات 60
النسخة الحالية 0.1
آخر تحديث 2019-02-05
تاريخ النشر 2019-02-03
تقييم 5.00/5 مجموع تقييمات 1
المطور Paul O'Gorman
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GTM Debug Down",
    "version": "0.1",
    "permissions": [
        "activeTab"
    ],
    "description": "Keep GTM debug pane down while on preview mode as your preference.",
    "browser_action": {
        "default_title": "GTM Debug Down",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/img16.png",
        "32": "images\/img32.png",
        "48": "images\/img48.png",
        "128": "images\/img128.png"
    }
}