CCPA Opt Out Assistant
Notifies users when their data is sold and allows easier opt-outs
CCPA Opt Out Assistant란 무엇입니까?
CCPA Opt Out Assistant은(는) ccpaextension에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Notifies users when their data is sold and allows easier opt-outs"입니다.
확장 프로그램 스크린샷
CCPA Opt Out Assistant 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
In the modern world, your personal data is often collected and sold by companies, even when you don’t realize it. This extension is here to help. With the California Consumer Privacy Act (CCPA), California residents have the right to opt out of the sale of their personal data for any and all websites that sell it. But it can be difficult to determine which websites actually sell this data, and how to opt out on those that do. With this extension, you are automatically notified every time you access a site that sells your data. You can exercise your rights and opt out through our popup, or whitelist a site and stop receiving notifications for it. Either way, you stay informed about how your data is being used, and are enabled to exercise your rights. Our permissions are used to store information about which sites you no longer wish to receive notifications for. We do not and will never collect any personally identifying information from any of our users.
확장 프로그램 기본 정보
이름 | CCPA Opt Out Assistant |
ID | fgfpflhjamdmecmcifdaepnpggedkfdh |
공식 URL | https://chromewebstore.google.com/detail/ccpa-opt-out-assistant/fgfpflhjamdmecmcifdaepnpggedkfdh |
설명 | Notifies users when their data is sold and allows easier opt-outs |
파일 크기 | 33.33 KB |
설치 횟수 | 39 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2021-07-21 |
출시 날짜 | 2021-05-12 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | ccpaextension |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://cs.pomona.edu/~ebirrell/ccpa-optout-assistant/privacy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CCPA Opt Out Assistant", "author": "Sean O'Connor and Aden Siebel", "version": "1.0.3", "description": "Notifies users when their data is sold and allows easier opt-outs", "icons": { "48": "icons\/icon_active.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icons\/icon_inactive.png", "default_title": "CCPA Opt Out Assistant", "default_popup": "notification.html" }, "permissions": [ "storage", " |