Redfly Tagger for Google Analytics™

...

What is Redfly Tagger for Google Analytics™?

Redfly Tagger for Google Analytics™ is a Chrome extension developed by Redfly, and its main feature is "...".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Redfly Tagger for Google Analytics™ Extension CRX File

Download Redfly Tagger for Google Analytics™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Redfly Tagger for Google Analytics™ Redfly Tagger for Google Analytics™
ID dbhmpojpnnkhcfblagebphlnmmccmiid
Official URL https://chromewebstore.google.com/detail/redfly-tagger-for-google/dbhmpojpnnkhcfblagebphlnmmccmiid
Description ...
File Size 141 KB
Installation Count 212
Current Version 2.0
Last Updated 2013-03-31
Publish Date 2013-03-31
Rating 4.50/5 Total 2 Ratings
Developer Redfly
Payment Type free
Extension Website http://www.redflymarketing.com/
Help Page URL https://www.redflymarketing.com/contact.
Supported Languages 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:\/\/*\/*"
    ]
}