Google Analytics Parameter Stripper

Removes Google Analytics (UTM) tracking tokens from URL query strings.

O que é Google Analytics Parameter Stripper?

Google Analytics Parameter Stripper é uma extensão do Chrome desenvolvida por Mihai Parparita, e sua principal característica é "Removes Google Analytics (UTM) tracking tokens from URL query strings.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Google Analytics Parameter Stripper

Baixe arquivos de extensão Google Analytics Parameter Stripper 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

                        Removes Google Analytics/Urchin tracking parameters (utm_source, utm_medium, etc.) from URLs that are displayed in the address bar. Also cleans up YouTube URLs slightly.

This is done as a purely aesthetic post-processing step, the site still sees the parameters at initial loading time. The "cleaned up" URL is ready to be pasted into emails, IMs, etc.

Permissions that are required:
- "Your browsing history": Necessary to observe when tabs are created and navigated to
- "Your data on all websites": Necessary to execute the JavaScript to update the URL without reloading the tab                    

Informações Básicas da Extensão

Nome Google Analytics Parameter Stripper Google Analytics Parameter Stripper
ID jbgedkkfkohoehhkknnmlodlobbhafge
URL Oficial https://chromewebstore.google.com/detail/google-analytics-paramete/jbgedkkfkohoehhkknnmlodlobbhafge
Descrição Removes Google Analytics (UTM) tracking tokens from URL query strings.
Tamanho do Arquivo 14.25 KB
Contagem de Instalações 191
Versão Atual 1.6
Última Atualização 2016-05-02
Data de Publicação 2016-05-02
Classificação 3.60/5 Total de 10 Avaliações
Desenvolvedor Mihai Parparita
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/mihaip/utm-stripper
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Analytics Parameter Stripper",
    "description": "Removes Google Analytics (UTM) tracking tokens from URL query strings.",
    "version": "1.6",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "webNavigation",
        ""
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}