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."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Analytics Parameter Stripper

ดาวน์โหลดไฟล์ส่วนขยาย Google Analytics Parameter Stripper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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",
        ""
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}