Redfly Tagger for Google Analytics™
...
Redfly Tagger for Google Analytics™とは何ですか?
Redfly Tagger for Google Analytics™はRedflyによって開発されたChromeの拡張機能で、その主な機能は「...」です。
拡張機能のスクリーンショット
Redfly Tagger for Google Analytics™拡張機能のCRXファイルをダウンロード
Redfly Tagger for Google Analytics™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The Redfly Tagger for use with Google Analytics™ is a simply chrome extension enabling you to to quickly create custom URLs using Google Analytics parameters in a quick and easy "right click" lightbox interface. ***************** Version 2 improves stability, fixes some minor bugs and allows for customization of tagged URL. It's also now available from the context menu.
拡張機能の基本情報
名前 | Redfly Tagger for Google Analytics™ |
ID | dbhmpojpnnkhcfblagebphlnmmccmiid |
公式URL | https://chromewebstore.google.com/detail/redfly-tagger-for-google/dbhmpojpnnkhcfblagebphlnmmccmiid |
説明 | ... |
ファイルサイズ | 141 KB |
インストール数 | 212 |
現在のバージョン | 2.0 |
最終更新日 | 2013-03-31 |
公開日 | 2013-03-31 |
評価 | 4.50/5 合計 2 レビュー |
開発者 | Redfly |
支払い方法 | free |
拡張機能のウェブサイト | http://www.redflymarketing.com/ |
ヘルプページのURL | https://www.redflymarketing.com/contact. |
対応言語 | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Redfly Tagger for Google Analytics\u2122", "version": "2.0", "manifest_version": 2, "description": "...", "options_page": "options.htm", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon_128.png", "default_title": "Redfly Google Analytics Tagger", "default_popup": "options.htm" }, "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "options.htm" ], "permissions": [ "tabs", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ] } |