Google Analytics Parameter Stripper

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

什麼是Google Analytics Parameter Stripper?

Google Analytics Parameter Stripper是由Mihai Parparita開發的Chrome擴展程式,該擴展的主要功能是“Removes Google Analytics (UTM) tracking tokens from URL query strings.”。

擴展截圖

screenshot
screenshot

下載Google Analytics Parameter Stripper擴展crx文件

下載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
官方網址 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"
    }
}