Google Analytics Parameter Stripper

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

Cos'è Google Analytics Parameter Stripper?

Google Analytics Parameter Stripper è un'estensione di Chrome sviluppata da Mihai Parparita, e la sua funzione principale è "Removes Google Analytics (UTM) tracking tokens from URL query strings.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Google Analytics Parameter Stripper

Scarica i file di estensione Google Analytics Parameter Stripper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Google Analytics Parameter Stripper Google Analytics Parameter Stripper
ID jbgedkkfkohoehhkknnmlodlobbhafge
URL Ufficiale https://chromewebstore.google.com/detail/google-analytics-paramete/jbgedkkfkohoehhkknnmlodlobbhafge
Descrizione Removes Google Analytics (UTM) tracking tokens from URL query strings.
Dimensione del File 14.25 KB
Conteggio Installazioni 191
Versione Corrente 1.6
Ultimo Aggiornamento 2016-05-02
Data di Pubblicazione 2016-05-02
Valutazione 3.60/5 Totale 10 Valutazioni
Sviluppatore Mihai Parparita
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/mihaip/utm-stripper
Lingue Supportate 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"
    }
}