Google Analytics Parameter Stripper

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

Was ist Google Analytics Parameter Stripper?

Google Analytics Parameter Stripper ist eine Chrome-Erweiterung, die von Mihai Parparita entwickelt wurde, und ihr Hauptmerkmal ist "Removes Google Analytics (UTM) tracking tokens from URL query strings.".

Erweiterungsscreenshots

screenshot
screenshot

Google Analytics Parameter Stripper-Erweiterungs-CRX-Datei herunterladen

Laden Sie Google Analytics Parameter Stripper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Google Analytics Parameter Stripper Google Analytics Parameter Stripper
ID jbgedkkfkohoehhkknnmlodlobbhafge
Offizielle URL https://chromewebstore.google.com/detail/google-analytics-paramete/jbgedkkfkohoehhkknnmlodlobbhafge
Beschreibung Removes Google Analytics (UTM) tracking tokens from URL query strings.
Dateigröße 14.25 KB
Installationsanzahl 191
Aktuelle Version 1.6
Letztes Update 2016-05-02
Veröffentlichungsdatum 2016-05-02
Bewertung 3.60/5 Insgesamt 10 Bewertungen
Entwickler Mihai Parparita
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/mihaip/utm-stripper
Unterstützte Sprachen 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"
    }
}