Google Analytics Parameter Stripper

Removes Google Analytics (UTM) tracking tokens from URL query strings.

Google Analytics Parameter Stripper là gì?

Google Analytics Parameter Stripper là một tiện ích mở rộng Chrome được phát triển bởi Mihai Parparita, và tính năng chính của nó là "Removes Google Analytics (UTM) tracking tokens from URL query strings.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Google Analytics Parameter Stripper

Tải xuống các tệp mở rộng Google Analytics Parameter Stripper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Google Analytics Parameter Stripper Google Analytics Parameter Stripper
ID jbgedkkfkohoehhkknnmlodlobbhafge
URL Chính Thức https://chromewebstore.google.com/detail/google-analytics-paramete/jbgedkkfkohoehhkknnmlodlobbhafge
Mô tả Removes Google Analytics (UTM) tracking tokens from URL query strings.
Kích Thước Tệp 14.25 KB
Số Lần Cài Đặt 191
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2016-05-02
Ngày Phát Hành 2016-05-02
Đánh Giá 3.60/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Mihai Parparita
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/mihaip/utm-stripper
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}