Plausible

Plausible extension to exclude your browser from analytics

Plausible란 무엇입니까?

Plausible은(는) https://plausible.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Plausible extension to exclude your browser from analytics"입니다.

확장 프로그램 스크린샷

screenshot

Plausible 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        For customers of Plausible, this extension allows you to block your own page views from being recorded. Please check full documentation at: https://docs.plausible.io/exclude-yourself-from-tracking                    

확장 프로그램 기본 정보

이름 Plausible Plausible
ID delphjfchnbdapgmanafejhdpccdihnh
공식 URL https://chromewebstore.google.com/detail/plausible/delphjfchnbdapgmanafejhdpccdihnh
설명 Plausible extension to exclude your browser from analytics
파일 크기 37.49 KB
설치 횟수 185
현재 버전 1.2
최근 업데이트 2019-06-22
출시 날짜 2019-06-19
개발자 https://plausible.io
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Plausible",
    "version": "1.2",
    "description": "Plausible extension to exclude your browser from analytics",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        "activeTab",
        ""
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "36": "images\/plausible_favicon.png",
            "128": "images\/plausible_128.png"
        }
    },
    "icons": {
        "36": "images\/plausible_favicon.png",
        "128": "images\/plausible_128.png"
    },
    "manifest_version": 2
}