GTM Plus

GTM Plus enables hotkeys and the utility features in the UI of the Google Tag Manager.

ما هو GTM Plus؟

GTM Plus هو إضافة Chrome تم تطويرها بواسطة TRKKN، والميزة الرئيسية لها هي "GTM Plus enables hotkeys and the utility features in the UI of the Google Tag Manager.".

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

screenshot
screenshot

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

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

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

                        Keyboard and UI shortcuts for prompting the search bar or launching the preview mode from anywhere in the interface of the GTM, thus enabling quicker and easier component editing and debugging experience. Additional hotkeys for creating and saving components. And, a button for sorting the tables with the parameters alphabetically.                    

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

الاسم GTM Plus GTM Plus
ID agkhmbibngcehappljklokomidpcjhkj
عنوان URL الرسمي https://chromewebstore.google.com/detail/gtm-plus/agkhmbibngcehappljklokomidpcjhkj
الوصف GTM Plus enables hotkeys and the utility features in the UI of the Google Tag Manager.
حجم الملف 30.78 KB
عدد التثبيتات 408
النسخة الحالية 1.1.2
آخر تحديث 2023-10-12
تاريخ النشر 2022-12-10
تقييم 5.00/5 مجموع تقييمات 8
المطور TRKKN
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://www.trkkn.com/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GTM Plus",
    "description": "GTM Plus enables hotkeys and the utility features in the UI of the Google Tag Manager.",
    "version": "1.1.2",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/tagmanager.google.com\/*"
    ],
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tagmanager.google.com\/*"
            ],
            "js": [
                "scripts\/content-script.js",
                "scripts\/sort-icon-inner-html.js",
                "scripts\/floating-controls-html.js"
            ],
            "css": [
                "css\/content-style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/16x16px.png",
        "32": "images\/32x32px.png",
        "48": "images\/48x48px.png",
        "128": "images\/128x128px.png"
    },
    "permissions": [
        "storage"
    ]
}