Google Analytics Parameter Stripper
Removes Google Analytics (UTM) tracking tokens from URL query strings.
Wat is Google Analytics Parameter Stripper?
Google Analytics Parameter Stripper is een Chrome-extensie ontwikkeld door Mihai Parparita, en de belangrijkste functie is "Removes Google Analytics (UTM) tracking tokens from URL query strings.".
Extensie Screenshots
Download het CRX-bestand van de extensie Google Analytics Parameter Stripper
Download Google Analytics Parameter Stripper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Google Analytics Parameter Stripper |
ID | jbgedkkfkohoehhkknnmlodlobbhafge |
Officiële URL | https://chromewebstore.google.com/detail/google-analytics-paramete/jbgedkkfkohoehhkknnmlodlobbhafge |
Beschrijving | Removes Google Analytics (UTM) tracking tokens from URL query strings. |
Bestandsgrootte | 14.25 KB |
Aantal Installaties | 191 |
Huidige Versie | 1.6 |
Laatst Bijgewerkt | 2016-05-02 |
Publicatiedatum | 2016-05-02 |
Beoordeling | 3.60/5 Totaal 10 Beoordelingen |
Ontwikkelaar | Mihai Parparita |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/mihaip/utm-stripper |
Ondersteunde Talen | 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", " |