Plausible

Plausible extension to exclude your browser from analytics

Plausibleคืออะไร?

Plausible เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://plausible.io และคุณลักษณะหลักของมันคือ "Plausible extension to exclude your browser from analytics"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Plausible

ดาวน์โหลดไฟล์ส่วนขยาย Plausible ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}