Polisis
Get an AI-powered summary of any privacy policy
O que é Polisis?
Polisis é uma extensão do Chrome desenvolvida por https://pribot.org, e sua principal característica é "Get an AI-powered summary of any privacy policy".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Polisis
Baixe arquivos de extensão Polisis no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Polisis |
ID | bkddolgokpghlbhhkflbbhhjghjdojck |
URL Oficial | https://chromewebstore.google.com/detail/polisis/bkddolgokpghlbhhkflbbhhjghjdojck |
Descrição | Get an AI-powered summary of any privacy policy |
Tamanho do Arquivo | 195 KB |
Contagem de Instalações | 895 |
Versão Atual | 3.0 |
Última Atualização | 2022-08-12 |
Data de Publicação | 2019-06-30 |
Classificação | 3.43/5 Total de 7 Avaliações |
Desenvolvedor | https://pribot.org |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://pribot.org |
URL da Página de Política de Privacidade | https://pribot.org/privacy.html |
Idiomas Suportados | 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": [] } |