Google Analytics Parameter Stripper
Removes Google Analytics (UTM) tracking tokens from URL query strings.
Qu'est-ce que Google Analytics Parameter Stripper ?
Google Analytics Parameter Stripper est une extension Chrome développée par Mihai Parparita, et sa fonction principale est "Removes Google Analytics (UTM) tracking tokens from URL query strings.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Google Analytics Parameter Stripper
Téléchargez les fichiers d'extension Google Analytics Parameter Stripper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Google Analytics Parameter Stripper |
ID | jbgedkkfkohoehhkknnmlodlobbhafge |
URL Officiel | https://chromewebstore.google.com/detail/google-analytics-paramete/jbgedkkfkohoehhkknnmlodlobbhafge |
Description | Removes Google Analytics (UTM) tracking tokens from URL query strings. |
Taille du Fichier | 14.25 KB |
Nombre d'Installations | 191 |
Version Actuelle | 1.6 |
Dernière Mise à Jour | 2016-05-02 |
Date de Publication | 2016-05-02 |
Évaluation | 3.60/5 Total 10 Évaluations |
Développeur | Mihai Parparita |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/mihaip/utm-stripper |
Langues Prises en Charge | 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", " |