SANDOGTM

Adjust GTM's styling and controls to make better use of shortcuts and screen space

SANDOGTMคืออะไร?

SANDOGTM เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jason และคุณลักษณะหลักของมันคือ "Adjust GTM's styling and controls to make better use of shortcuts and screen space"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SANDOGTM

ดาวน์โหลดไฟล์ส่วนขยาย SANDOGTM ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        V2.2
---------------
+ Fixed issue with custom search buttons failing on click
+ Added ability to add/remove any of the custom search buttons
+ Updated options screen to be a little more pleasing on the eyes


Adjust GTM's styling and controls to make better use of shortcuts and screen space
A work in progress to adjust GTM's styling and controls to make better use of shortcuts and screen space.

Features
---------------
 + Keyboard shortcuts:
    Alt+N = New tag/trigger/variable
    Alt+Return = Save current tag/trigger/variable changes
    Alt+P = Preview current container or refresh current preview

 + Delete multiple tags at once using the tick boxes
 + Quick search tags, triggers and variables with grey search buttons
 + Auto hide default variables in variables view
 + Auto open to edit current tag/trigger/variable's settings (and fight the current scrolling bug on edit click)
 + Reduce the size of the orange preview notification and its controls
 + Widen the tag/trigger/variable tables and edit sheets
 + Automatically select to view all tag, triggers or variables
 + Fixed side menu to screen
 + Click anywhere on background of a row to open tag, trigger or variable
 + Overwrite the GTM window page titles
 + Test Look Up and Regex Tables within GTM
 + Auto select search fields when looking for triggers/variables/built-in variables
 + Auto tag/trigger/variable name prefixes (editing coming soon)

Looking to add much more. Noticed any issues or have some great suggestions get in touch!

I am not responsible for any issues this extension could possibly cause, please use at your own risk.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SANDOGTM SANDOGTM
ID obelldghljjjdgmbognpnnbfgofbnidg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sandogtm/obelldghljjjdgmbognpnnbfgofbnidg
คำอธิบาย Adjust GTM's styling and controls to make better use of shortcuts and screen space
ขนาดไฟล์ 26.47 KB
จำนวนการติดตั้ง 365
เวอร์ชันปัจจุบัน 0.2.2
อัปเดตครั้งล่าสุด 2020-02-11
วันที่เผยแพร่ 2020-02-11
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Jason
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SANDOGTM",
    "description": "Adjust GTM's styling and controls to make better use of shortcuts and screen space",
    "version": "0.2.2",
    "options_page": "options.html",
    "icons": {
        "128": "images\/icon.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/tagmanager.google.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "SANDOGTM.js",
        "images\/exit.png",
        "images\/refresh.png",
        "images\/share.png",
        "images\/icon.png"
    ],
    "permissions": [
        "*:\/\/tagmanager.google.com\/*",
        "storage"
    ]
}