URLBuilder
Extension to URL Builder and tag URL's to be tracked in Google Analytics Campaign and etc. reports.
What is URLBuilder?
URLBuilder is a Chrome extension developed by Uagadget, and its main feature is "Extension to URL Builder and tag URL's to be tracked in Google Analytics Campaign and etc. reports.".
Extension Screenshots
Download URLBuilder Extension CRX File
Download URLBuilder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension to mark URL for Google Analytics Report and other report system. This extension is add parameter to trackerd URL.
Extension Basic Information
Name | URLBuilder |
ID | bcgjpploneipkpioeiciajfgbdbfaagm |
Official URL | https://chromewebstore.google.com/detail/urlbuilder/bcgjpploneipkpioeiciajfgbdbfaagm |
Description | Extension to URL Builder and tag URL's to be tracked in Google Analytics Campaign and etc. reports. |
File Size | 157 KB |
Installation Count | 89 |
Current Version | 1.0.0 |
Last Updated | 2014-11-20 |
Publish Date | 2014-11-20 |
Developer | Uagadget |
Payment Type | free |
Supported Languages | 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" } |