Google Analytics Parameter Stripper
Removes Google Analytics (UTM) tracking tokens from URL query strings.
ما هو Google Analytics Parameter Stripper؟
Google Analytics Parameter Stripper هو إضافة Chrome تم تطويرها بواسطة Mihai Parparita، والميزة الرئيسية لها هي "Removes Google Analytics (UTM) tracking tokens from URL query strings.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Google Analytics Parameter Stripper
قم بتنزيل ملفات الامتداد Google Analytics Parameter Stripper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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", " |