Analytics Consulting Tools
The Analytics Consulting Tools (ACT) makes tag management for both Adobe Launch and Google Tag Manager easier to navigate.
Co je Analytics Consulting Tools?
Analytics Consulting Tools je rozšíření Chrome vyvinuté Tagtician LLC, a jeho hlavní funkcí je „The Analytics Consulting Tools (ACT) makes tag management for both Adobe Launch and Google Tag Manager easier to navigate.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Analytics Consulting Tools
Stáhněte si soubory rozšíření Analytics Consulting Tools ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Analytics Consulting Tools (ACT) makes the interface of Adobe Launch and Google Tag Manager (GTM) infinitely better by modifying its CSS. In Launch, naming rules is easier, spotting disabled rules is quick, and input fields are longer. In Google Tag Manager, you can toggle color-coding for your tags' tools, making your tag list easier to skim. You won't want to use Adobe Launch or GTM without it.
Základní Informace o Rozšíření
Název | Analytics Consulting Tools |
ID | gcoendnefeheadmoidembdncjohflakd |
Oficiální URL | https://chromewebstore.google.com/detail/analytics-consulting-tool/gcoendnefeheadmoidembdncjohflakd |
Popis | The Analytics Consulting Tools (ACT) makes tag management for both Adobe Launch and Google Tag Manager easier to navigate. |
Velikost souboru | 91.59 KB |
Počet instalací | 149 |
Aktuální Verze | 2.0 |
Poslední Aktualizace | 2021-08-23 |
Datum Vydání | 2020-06-25 |
Vývojář | Tagtician LLC |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Analytics Consulting Tools", "version": "2.0", "description": "The Analytics Consulting Tools (ACT) makes tag management for both Adobe Launch and Google Tag Manager easier to navigate.", "content_scripts": [ { "matches": [ "https:\/\/tagmanager.google.com\/*", "https:\/\/launch.adobe.com\/*", "https:\/\/assets.adobedtm.com\/extensions\/*", "https:\/\/experience.adobe.com\/*" ], "js": [ "js\/assets.js" ], "all_frames": true, "css": [ "style.css" ] } ], "icons": { "16": "img\/act_16x16.png", "48": "img\/act_48x48.png", "128": "img\/act_128x128.png" }, "permissions": [ "storage" ], "web_accessible_resources": [ "img\/edit.png", "img\/correct.png", "img\/copy.png", "img\/beach-ball.png" ] } |