Polisis

Get an AI-powered summary of any privacy policy

Polisis là gì?

Polisis là một tiện ích mở rộng Chrome được phát triển bởi https://pribot.org, và tính năng chính của nó là "Get an AI-powered summary of any privacy policy".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Polisis

Tải xuống các tệp mở rộng Polisis dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Polisis Polisis
ID bkddolgokpghlbhhkflbbhhjghjdojck
URL Chính Thức https://chromewebstore.google.com/detail/polisis/bkddolgokpghlbhhkflbbhhjghjdojck
Mô tả Get an AI-powered summary of any privacy policy
Kích Thước Tệp 195 KB
Số Lần Cài Đặt 895
Phiên Bản Hiện Tại 3.0
Cập Nhật Lần Cuối 2022-08-12
Ngày Phát Hành 2019-06-30
Đánh Giá 3.43/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://pribot.org
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://pribot.org
URL Trang Chính Sách Bảo Mật https://pribot.org/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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": []
}