PrivacyCheck

PrivacyCheck is a data mining tool that analyzes the text of privacy policies.

PrivacyCheck là gì?

PrivacyCheck là một tiện ích mở rộng Chrome được phát triển bởi https://identity.utexas.edu, và tính năng chính của nó là "PrivacyCheck is a data mining tool that analyzes the text of privacy policies.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng PrivacyCheck

Tải xuống các tệp mở rộng PrivacyCheck dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        PrivacyCheck automatically summarizes online privacy policies and provides consumers an overview of the ways in which companies use their personal data in a graphical, ‘at-a-glance’ format.

PrivacyCheck v3 adds the ability to (1) find the competitors of an organization with Alexa traffic analysis and compare policies across them,  (2) follow privacy policies the user has agreed to and notify the user when policies change, (3) track policies over time and report how often policies change and their trends, (4) automatically find privacy policies in domains, and (5) provide a bird's-eye view of privacy policies the user has agreed to. 

Version 2 provided faster results, an assessment of the privacy policy with respect to the General Data Protection Regulation (GDPR), new interface, and top 3 competitors with better privacy policies in the same market sector.

A U.S. Department of Justice report issued July 2014 estimated that roughly 7% American households reported some type of identity theft in the previous year.  What do consumers need to know in order to protect themselves and their families from identity theft?  Information is key.  The more we know about how companies use our personal information, the better prepared we are when deciding whether or not to divulge it.  PrivacyCheck is a valuable resource that consumers can use to get an overview of the essential attributes of a company’s online privacy policy in way that is quick and easy to understand.

Federal and state laws require businesses to publicly post a privacy policy stating how they use customers’ Personally Identifiable Information (PII). Additionally, the Federal Trade Commission (FTC) has successfully prosecuted companies for deceptive and misleading practices when using consumers’ data in ways contrary to what is stated in their privacy policy. As a result, most companies’ privacy policies are easily accessible online.  The problem is that many people do not have time to read these lengthy and sometimes technical documents.

PrivacyCheck is a browser add-on intended to provide consumers an overview of the ways in which companies use their personal data in a graphical, ‘at-a-glance’ format.  Similar, currently available resources fall short of this goal due to their lack of comprehensive web coverage.  For example, TRUSTe and P3P are sign-up services that require a business to enroll in order to participate, and multiple crowd-sourced efforts only provide information for websites that have been manually checked.

PrivacyCheck surpasses existing add-ons, apps, and certifications by using a Machine Learning algorithm to access the text of any webpage.  The user provides the URL for the company’s privacy policy and PrivacyCheck searches the page, returning icons that indicate the level of risk for several types of PII.  

Copyright © 2021 The University of Texas at Austin, Center for Identity, All Rights Reserved.

Contact: Razieh Nokhbeh Zaeem, [email protected].                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PrivacyCheck PrivacyCheck
ID poobeppenopkcbjejfjenbiepifcbclg
URL Chính Thức https://chromewebstore.google.com/detail/privacycheck/poobeppenopkcbjejfjenbiepifcbclg
Mô tả PrivacyCheck is a data mining tool that analyzes the text of privacy policies.
Kích Thước Tệp 1.35 MB
Số Lần Cài Đặt 1,014
Phiên Bản Hiện Tại 3.0.1
Cập Nhật Lần Cuối 2021-05-17
Ngày Phát Hành 2020-05-23
Đánh Giá 3.93/5 Tổng số 15 Đánh Giá
Nhà Phát Triển https://identity.utexas.edu
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PrivacyCheck",
    "version": "3.0.1",
    "manifest_version": 2,
    "description": "PrivacyCheck is a data mining tool that analyzes the text of privacy policies.",
    "browser_action": {
        "default_icon": "PrivacyCheck.png",
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' 'sha256-EVPGaknyUUDmljj\/rm20oYNePvRDBfemSwaAWvyUsA0='; object-src 'self'",
    "permissions": [
        "activeTab"
    ]
}