Polisis

Get an AI-powered summary of any privacy policy

Wat is Polisis?

Polisis is een Chrome-extensie ontwikkeld door https://pribot.org, en de belangrijkste functie is "Get an AI-powered summary of any privacy policy".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Polisis

Download Polisis-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Polisis Polisis
ID bkddolgokpghlbhhkflbbhhjghjdojck
Officiële URL https://chromewebstore.google.com/detail/polisis/bkddolgokpghlbhhkflbbhhjghjdojck
Beschrijving Get an AI-powered summary of any privacy policy
Bestandsgrootte 195 KB
Aantal Installaties 895
Huidige Versie 3.0
Laatst Bijgewerkt 2022-08-12
Publicatiedatum 2019-06-30
Beoordeling 3.43/5 Totaal 7 Beoordelingen
Ontwikkelaar https://pribot.org
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://pribot.org
URL van de Privacybeleid Pagina https://pribot.org/privacy.html
Ondersteunde Talen 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": []
}