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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}