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" } |