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
公式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
Eメール [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"
    }
}