Polisis
Get an AI-powered summary of any privacy policy
Qu'est-ce que Polisis ?
Polisis est une extension Chrome développée par https://pribot.org, et sa fonction principale est "Get an AI-powered summary of any privacy policy".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Polisis
Téléchargez les fichiers d'extension Polisis au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Polisis |
ID | bkddolgokpghlbhhkflbbhhjghjdojck |
URL Officiel | https://chromewebstore.google.com/detail/polisis/bkddolgokpghlbhhkflbbhhjghjdojck |
Description | Get an AI-powered summary of any privacy policy |
Taille du Fichier | 195 KB |
Nombre d'Installations | 895 |
Version Actuelle | 3.0 |
Dernière Mise à Jour | 2022-08-12 |
Date de Publication | 2019-06-30 |
Évaluation | 3.43/5 Total 7 Évaluations |
Développeur | https://pribot.org |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://pribot.org |
URL de la Page de Politique de Confidentialité | https://pribot.org/privacy.html |
Langues Prises en Charge | 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": [] } |