Polisis

Get an AI-powered summary of any privacy policy

Polisisคืออะไร?

Polisis เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pribot.org และคุณลักษณะหลักของมันคือ "Get an AI-powered summary of any privacy policy"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Polisis is a unique way of visualizing privacy policies. Using deep learning, it allows you to know what the company is collecting about you, what it is sharing, and much more. You don't have to read the full privacy policy with all the legal jargon to understand what you are signing up for.

How to use? Simply click on the extension when you visit a website to see the analysis of its privacy policy.

Website: https://pribot.org                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Polisis Polisis
ID bkddolgokpghlbhhkflbbhhjghjdojck
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/polisis/bkddolgokpghlbhhkflbbhhjghjdojck
คำอธิบาย Get an AI-powered summary of any privacy policy
ขนาดไฟล์ 195 KB
จำนวนการติดตั้ง 895
เวอร์ชันปัจจุบัน 3.0
อัปเดตครั้งล่าสุด 2022-08-12
วันที่เผยแพร่ 2019-06-30
คะแนน 3.43/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://pribot.org
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://pribot.org
URL หน้านโยบายความเป็นส่วนตัว https://pribot.org/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Polisis",
    "version": "3.0",
    "description": "Get an AI-powered summary of any privacy policy",
    "homepage_url": "https:\/\/pribot.org",
    "author": "Hamza Harkous",
    "icons": {
        "16": "images\/favicon-16x16.png",
        "32": "images\/favicon-32x32.png",
        "96": "images\/favicon-96x96.png"
    },
    "web_accessible_resources": [
        "entry.js"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/favicon-16x16.png",
            "32": "images\/favicon-32x32.png",
            "96": "images\/favicon-96x96.png"
        },
        "default_title": "Polisis"
    },
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/pribot.org\/*"
    ],
    "optional_permissions": []
}