Polisis

Get an AI-powered summary of any privacy policy

什麼是Polisis?

Polisis是由https://pribot.org開發的Chrome擴展程式,該擴展的主要功能是“Get an AI-powered summary of any privacy policy”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Polisis擴展crx文件

下載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
官方網址 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": []
}