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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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": []
}