TagMan Implementation Helper
If there is a TagMan implementation on the current page you can view information about it.
TagMan Implementation Helperとは何ですか?
TagMan Implementation Helperはadams.samによって開発されたChromeの拡張機能で、その主な機能は「If there is a TagMan implementation on the current page you can view information about it.」です。
拡張機能のスクリーンショット
TagMan Implementation Helper拡張機能のCRXファイルをダウンロード
TagMan Implementation Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Shows a TagMan icon in the address bar/omnibox when TagMan is implemented on that page. Clicking this icon shows more detailed information about the implementation as well as information about the campaign activity currently recorded against that session. This can be used along side the "TagMan URL Changer" extension (for using test servers etc): https://chrome.google.com/webstore/detail/aepfachknffiglfeondjbmclhdingaad
拡張機能の基本情報
名前 | TagMan Implementation Helper |
ID | noajdpjhagodlelcnjojbjiclddckbca |
公式URL | https://chromewebstore.google.com/detail/tagman-implementation-hel/noajdpjhagodlelcnjojbjiclddckbca |
説明 | If there is a TagMan implementation on the current page you can view information about it. |
ファイルサイズ | 118 KB |
インストール数 | 67 |
現在のバージョン | 0.1.0 |
最終更新日 | 2013-10-16 |
公開日 | 2013-10-16 |
評価 | 4.00/5 合計 2 レビュー |
開発者 | adams.sam |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TagMan Implementation Helper", "manifest_version": 2, "icons": { "128": "128.png", "48": "48.png" }, "version": "0.1.0", "description": "If there is a TagMan implementation on the current page you can view information about it.", "background": { "scripts": [ "jquery.min.js", "Uri.min.js", "background.js" ] }, "page_action": { "default_icon": "48.png", "default_title": "Click for more details.", "default_popup": "popup.html" }, "permissions": [ "tabs", "webRequest", "http:\/\/*\/*", "https:\/\/*\/*" ] } |