Google Analytics Parameter Stripper
Removes Google Analytics (UTM) tracking tokens from URL query strings.
Google Analytics Parameter Stripper क्या है?
Google Analytics Parameter Stripper Mihai Parparita द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes Google Analytics (UTM) tracking tokens from URL query strings."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Google Analytics Parameter Stripper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | Google Analytics Parameter Stripper |
ID | jbgedkkfkohoehhkknnmlodlobbhafge |
आधिकारिक URL | https://chromewebstore.google.com/detail/google-analytics-paramete/jbgedkkfkohoehhkknnmlodlobbhafge |
विवरण | Removes Google Analytics (UTM) tracking tokens from URL query strings. |
फ़ाइल का आकार | 14.25 KB |
स्थापना संख्या | 191 |
वर्तमान संस्करण | 1.6 |
अंतिम अपडेट | 2016-05-02 |
प्रकाशन तिथि | 2016-05-02 |
रेटिंग | 3.60/5 कुल 10 रेटिंग्स |
डेवलपर | Mihai Parparita |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/mihaip/utm-stripper |
समर्थित भाषाएँ | 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", " |