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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [] } |