URLBuilder
Extension to URL Builder and tag URL's to be tracked in Google Analytics Campaign and etc. reports.
什么是URLBuilder?
URLBuilder是由Uagadget开发的Chrome扩展程序,该扩展的主要功能是“Extension to URL Builder and tag URL's to be tracked in Google Analytics Campaign and etc. reports.”。
扩展截图
下载URLBuilder扩展crx文件
下载URLBuilder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extension to mark URL for Google Analytics Report and other report system. This extension is add parameter to trackerd URL.
扩展基本信息
名称 | URLBuilder |
ID | bcgjpploneipkpioeiciajfgbdbfaagm |
官方URL | https://chromewebstore.google.com/detail/urlbuilder/bcgjpploneipkpioeiciajfgbdbfaagm |
简介 | Extension to URL Builder and tag URL's to be tracked in Google Analytics Campaign and etc. reports. |
文件大小 | 157 KB |
安装次数 | 89 |
当前版本 | 1.0.0 |
更新时间 | 2014-11-20 |
上架时间 | 2014-11-20 |
开发者 | Uagadget |
付费类型 | free |
支持的语言 | 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" } |