PrivacyCheck
PrivacyCheck is a data mining tool that analyzes the text of privacy policies.
PrivacyCheckとは何ですか?
PrivacyCheckはhttps://identity.utexas.eduによって開発されたChromeの拡張機能で、その主な機能は「PrivacyCheck is a data mining tool that analyzes the text of privacy policies.」です。
拡張機能のスクリーンショット
PrivacyCheck拡張機能のCRXファイルをダウンロード
PrivacyCheck拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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].
拡張機能の基本情報
名前 | PrivacyCheck |
ID | poobeppenopkcbjejfjenbiepifcbclg |
公式URL | https://chromewebstore.google.com/detail/privacycheck/poobeppenopkcbjejfjenbiepifcbclg |
説明 | PrivacyCheck is a data mining tool that analyzes the text of privacy policies. |
ファイルサイズ | 1.35 MB |
インストール数 | 1,014 |
現在のバージョン | 3.0.1 |
最終更新日 | 2021-05-17 |
公開日 | 2020-05-23 |
評価 | 3.93/5 合計 15 レビュー |
開発者 | https://identity.utexas.edu |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" ] } |