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:\/\/*\/*" ] } |