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 |
电子邮箱 | [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": [] } |