Google Analytics Parameter Stripper

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

¿Qué es Google Analytics Parameter Stripper?

Google Analytics Parameter Stripper es una extensión de Chrome desarrollada por Mihai Parparita, y su función principal es "Removes Google Analytics (UTM) tracking tokens from URL query strings.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Google Analytics Parameter Stripper

Descarga archivos de extensión Google Analytics Parameter Stripper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Google Analytics Parameter Stripper Google Analytics Parameter Stripper
ID jbgedkkfkohoehhkknnmlodlobbhafge
URL Oficial https://chromewebstore.google.com/detail/google-analytics-paramete/jbgedkkfkohoehhkknnmlodlobbhafge
Descripción Removes Google Analytics (UTM) tracking tokens from URL query strings.
Tamaño del Archivo 14.25 KB
Cantidad de Instalaciones 191
Versión Actual 1.6
Última Actualización 2016-05-02
Fecha de Publicación 2016-05-02
Calificación 3.60/5 Total de 10 Calificaciones
Desarrollador Mihai Parparita
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/mihaip/utm-stripper
Idiomas Soportados 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"
    }
}