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. 扩展基本信息
| 名称 | |
| 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:\/\/*\/*"
]
} | |