Redfly Tagger for Google Analytics™

...

什麼是Redfly Tagger for Google Analytics™?

Redfly Tagger for Google Analytics™是由Redfly開發的Chrome擴展程式,該擴展的主要功能是“...”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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™ Redfly Tagger for Google Analytics™
ID dbhmpojpnnkhcfblagebphlnmmccmiid
官方網址 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:\/\/*\/*"
    ]
}