Opt Out - send GDPR and CCPA data requests

Get the websites you visit to send you a copy of, or delete the personal information that they have collected on you.

Opt Out - send GDPR and CCPA data requestsคืออะไร?

Opt Out - send GDPR and CCPA data requests เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://yourdigitalrights.org และคุณลักษณะหลักของมันคือ "Get the websites you visit to send you a copy of, or delete the personal information that they have collected on you."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Opt Out - send GDPR and CCPA data requests

ดาวน์โหลดไฟล์ส่วนขยาย Opt Out - send GDPR and CCPA data requests ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Get the websites you visit to send you a copy of, or delete your personal data with a click of a button. Clicking the extension icon when you visit any of the thousands of websites supported by the service will allow you to send a GDPR or a CCPA data Access or Deletion (right to be forgotten) request, directly to the right person at the right organization. You can even send custom requests to websites not in our database.

How it works:
1. When you visit a website and wish to get a copy of your personal information, or want the website to delete your personal information, click the extension button
2. Fill in the required information
3. Click the Review & Send button to create a request email addressed to the right person
4. Review the email, and send it

Thanks to the GDPR legislation in Europe and the CCPA legislation in California, organizations located in these regions, or with clients located in these regions must comply with Access and Deletion requests or face considerable fines. Our experience shows that most large organizations worldwide comply with requests, even when the individual is not located in one of the above regions. Your Digital Rights is a free & open source service and does not collect or sell any personal data.

Visit our website (https://yourdigitalrights.org/) to search and submit requests to thousands of companies. Don’t know where to start? Try opting-out of the world’s top Data Brokers (https://yourdigitalrights.org/data-brokers).

To learn more see our list of Frequently Asked Questions (https://yourdigitalrights.org/#faq).                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Opt Out - send GDPR and CCPA data requests Opt Out - send GDPR and CCPA data requests
ID dedldhojjkgbejnmmfpmbnbihmmpfbpd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/opt-out-send-gdpr-and-ccp/dedldhojjkgbejnmmfpmbnbihmmpfbpd
คำอธิบาย Get the websites you visit to send you a copy of, or delete the personal information that they have collected on you.
ขนาดไฟล์ 291 KB
จำนวนการติดตั้ง 1,661
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2021-07-16
วันที่เผยแพร่ 2019-12-15
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://yourdigitalrights.org
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://yourdigitalrights.org/
URL หน้าช่วยเหลือ http://yourdigitalrights.org/#faq
URL หน้านโยบายความเป็นส่วนตัว http://yourdigitalrights.org/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Opt Out - send GDPR and CCPA data requests",
    "version": "2.0",
    "description": "Get the websites you visit to send you a copy of, or delete the personal information that they have collected on you.",
    "content_security_policy": "default-src 'none'; script-src 'self'; frame-src https:\/\/yourdigitalrights.org\/ ;connect-src https:\/\/api.yourdigitalrights.org\/companies",
    "background": {
        "scripts": [
            "psl.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-16.png",
        "default_title": "Opt Out"
    },
    "permissions": [
        "tabs",
        "https:\/\/api.yourdigitalrights.org\/companies*"
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}