Redfly Tagger for Google Analytics™

...

O que é Redfly Tagger for Google Analytics™?

Redfly Tagger for Google Analytics™ é uma extensão do Chrome desenvolvida por Redfly, e sua principal característica é "...".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Redfly Tagger for Google Analytics™

Baixe arquivos de extensão Redfly Tagger for Google Analytics™ no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Redfly Tagger for Google Analytics™ Redfly Tagger for Google Analytics™
ID dbhmpojpnnkhcfblagebphlnmmccmiid
URL Oficial https://chromewebstore.google.com/detail/redfly-tagger-for-google/dbhmpojpnnkhcfblagebphlnmmccmiid
Descrição ...
Tamanho do Arquivo 141 KB
Contagem de Instalações 212
Versão Atual 2.0
Última Atualização 2013-03-31
Data de Publicação 2013-03-31
Classificação 4.50/5 Total de 2 Avaliações
Desenvolvedor Redfly
Tipo de Pagamento free
Site da Extensão http://www.redflymarketing.com/
URL da Página de Ajuda https://www.redflymarketing.com/contact.
Idiomas Suportados 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:\/\/*\/*"
    ]
}