Polisis
Get an AI-powered summary of any privacy policy
Polisisとは何ですか?
Polisisはhttps://pribot.orgによって開発されたChromeの拡張機能で、その主な機能は「Get an AI-powered summary of any privacy policy」です。
拡張機能のスクリーンショット
Polisis拡張機能のCRXファイルをダウンロード
Polisis拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | Polisis |
ID | bkddolgokpghlbhhkflbbhhjghjdojck |
公式URL | https://chromewebstore.google.com/detail/polisis/bkddolgokpghlbhhkflbbhhjghjdojck |
説明 | Get an AI-powered summary of any privacy policy |
ファイルサイズ | 195 KB |
インストール数 | 895 |
現在のバージョン | 3.0 |
最終更新日 | 2022-08-12 |
公開日 | 2019-06-30 |
評価 | 3.43/5 合計 7 レビュー |
開発者 | https://pribot.org |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://pribot.org |
プライバシーポリシーページのURL | https://pribot.org/privacy.html |
対応言語 | 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": [] } |