PrivacyCheck

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

What is PrivacyCheck?

PrivacyCheck is a Chrome extension developed by https://identity.utexas.edu, and its main feature is "PrivacyCheck is a data mining tool that analyzes the text of privacy policies.".

Extension Screenshots

screenshot

Download PrivacyCheck Extension CRX File

Download PrivacyCheck extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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].                    

Extension Basic Information

Name PrivacyCheck PrivacyCheck
ID poobeppenopkcbjejfjenbiepifcbclg
Official URL https://chromewebstore.google.com/detail/privacycheck/poobeppenopkcbjejfjenbiepifcbclg
Description PrivacyCheck is a data mining tool that analyzes the text of privacy policies.
File Size 1.35 MB
Installation Count 1,014
Current Version 3.0.1
Last Updated 2021-05-17
Publish Date 2020-05-23
Rating 3.93/5 Total 15 Ratings
Developer https://identity.utexas.edu
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}