URLBuilder
Extension to URL Builder and tag URL's to be tracked in Google Analytics Campaign and etc. reports.
Co je URLBuilder?
URLBuilder je rozšíření Chrome vyvinuté Uagadget, a jeho hlavní funkcí je „Extension to URL Builder and tag URL's to be tracked in Google Analytics Campaign and etc. reports.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření URLBuilder
Stáhněte si soubory rozšíření URLBuilder 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í
Extension to mark URL for Google Analytics Report and other report system. This extension is add parameter to trackerd URL.
Základní Informace o Rozšíření
Název | URLBuilder |
ID | bcgjpploneipkpioeiciajfgbdbfaagm |
Oficiální URL | https://chromewebstore.google.com/detail/urlbuilder/bcgjpploneipkpioeiciajfgbdbfaagm |
Popis | Extension to URL Builder and tag URL's to be tracked in Google Analytics Campaign and etc. reports. |
Velikost souboru | 157 KB |
Počet instalací | 89 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2014-11-20 |
Datum Vydání | 2014-11-20 |
Vývojář | Uagadget |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "browser_action": { "default_icon": "img\/icon\/icon-32.png", "default_title": "URLBuilder", "default_popup": "popup.html" }, "description": "Extension to URL Builder and tag URL's to be tracked in Google Analytics Campaign and etc. reports.", "icons": { "32": "img\/icon\/icon-32.png", "64": "img\/icon\/icon-64.png" }, "name": "URLBuilder", "options_page": "options.html", "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/api-ssl.bitly.com https:\/\/stats.g.doubleclick.net https:\/\/www.googleadservices.com\/ https:\/\/googleads.g.doubleclick.net; object-src 'self'", "version": "1.0.0" } |