Polisis
Get an AI-powered summary of any privacy policy
Apa itu Polisis?
Polisis adalah ekstensi Chrome yang dikembangkan oleh https://pribot.org, dan fitur utamanya adalah "Get an AI-powered summary of any privacy policy".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Polisis
Unduh file ekstensi Polisis dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Polisis |
ID | bkddolgokpghlbhhkflbbhhjghjdojck |
URL Resmi | https://chromewebstore.google.com/detail/polisis/bkddolgokpghlbhhkflbbhhjghjdojck |
Deskripsi | Get an AI-powered summary of any privacy policy |
Ukuran File | 195 KB |
Jumlah Instalasi | 895 |
Versi Saat Ini | 3.0 |
Terakhir Diperbarui | 2022-08-12 |
Tanggal Publikasi | 2019-06-30 |
Penilaian | 3.43/5 Total 7 Penilaian |
Pengembang | https://pribot.org |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://pribot.org |
URL Halaman Kebijakan Privasi | https://pribot.org/privacy.html |
Bahasa yang Didukung | 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": [] } |