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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    }
}