Polisis
Get an AI-powered summary of any privacy policy
Was ist Polisis?
Polisis ist eine Chrome-Erweiterung, die von https://pribot.org entwickelt wurde, und ihr Hauptmerkmal ist "Get an AI-powered summary of any privacy policy".
Erweiterungsscreenshots
Polisis-Erweiterungs-CRX-Datei herunterladen
Laden Sie Polisis-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Polisis |
ID | bkddolgokpghlbhhkflbbhhjghjdojck |
Offizielle URL | https://chromewebstore.google.com/detail/polisis/bkddolgokpghlbhhkflbbhhjghjdojck |
Beschreibung | Get an AI-powered summary of any privacy policy |
Dateigröße | 195 KB |
Installationsanzahl | 895 |
Aktuelle Version | 3.0 |
Letztes Update | 2022-08-12 |
Veröffentlichungsdatum | 2019-06-30 |
Bewertung | 3.43/5 Insgesamt 7 Bewertungen |
Entwickler | https://pribot.org |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://pribot.org |
URL der Datenschutzrichtlinien-Seite | https://pribot.org/privacy.html |
Unterstützte Sprachen | 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": [] } |