Policy Highlights: Focus on Vital Keywords

Auto highlight important keywords on any privacy policy or terms of service to quickly find and understand critical sections.

Policy Highlights: Focus on Vital Keywordsคืออะไร?

Policy Highlights: Focus on Vital Keywords เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://weareprivacy.com และคุณลักษณะหลักของมันคือ "Auto highlight important keywords on any privacy policy or terms of service to quickly find and understand critical sections."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Policy Highlights: Focus on Vital Keywords

ดาวน์โหลดไฟล์ส่วนขยาย Policy Highlights: Focus on Vital Keywords ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Works with the below popular policy pages automatically:

- Privacy Policy
- Terms of Service
- Cookie Policy
- Disclosure Policy
- Disclaimer Policy
- Code of Conduct

Also works with many pages like:

- Legal pages
- Contract Signing pages
- Confirmation pages
- Agreement pages
- GDPR pages

Keywords will be highlighted automatically as you browse the web and visit policy related pages. Hovering over any highlighted keyword will show you information why that keyword may be vital. The highlighted keywords allow you to find sections you should focus on quickly without having to read the entire policy and feel overwhelmed. 

Policy highlights save you time and allow you to do a better job caring about your personal privacy.

Features:
- Primary keywords highlighted in yellow.
- Secondary keywords highlighted in orange.
- Hover over keyword details.
- Easy On/Off switch to activate or disable Policy Highlighting.

Why did we create policy highlights? 

Like us, you probably ignored a websites privacy policy and terms of service. You clicked "I accept" and moved on. But as the number of data breaches increased so did your concern for privacy, so you started to care. You tried to take a minute to read and understand each privacy policy or terms of service, but there where too many words to skim through.

Glad you found us because we had the same problem.

We started working on an open-source tool to automatically highlight important keywords and action words in policy documents. Hovering over each highlighted word told you what you can expect in that section. The tool has improved our readability of every privacy policy and terms of service we read from now on.

Do you care about your privacy? Want to quickly understand different policies?

Give Policy Highlights a try, install today.

---------

Want to use and build on top of the tool yourself? Feel free.

GitHub: https://github.com/weareprivacy/weareprivacy-policy-highlights
NPM: https://www.npmjs.com/package/@weareprivacy/policy-highlights

Follow us on…
Twitter: https://twitter.com/weareprivacyapp | @weareprivacyapp
Web: https://weareprivacy.com                    

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

ชื่อ Policy Highlights: Focus on Vital Keywords Policy Highlights: Focus on Vital Keywords
ID oiippbihabnhogpmofapffgbglkbemib
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/policy-highlights-focus-o/oiippbihabnhogpmofapffgbglkbemib
คำอธิบาย Auto highlight important keywords on any privacy policy or terms of service to quickly find and understand critical sections.
ขนาดไฟล์ 131 KB
จำนวนการติดตั้ง 492
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2019-10-19
วันที่เผยแพร่ 2019-10-19
คะแนน 3.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://weareprivacy.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://weareprivacy.com
URL หน้านโยบายความเป็นส่วนตัว https://weareprivacy.com/legal/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Policy Highlights: Focus on Vital Keywords",
    "short_name": "WeArePrivacy",
    "version": "1.0.4",
    "default_locale": "en",
    "description": "Auto highlight important keywords on any privacy policy or terms of service to quickly find and understand critical sections.",
    "homepage_url": "https:\/\/weareprivacy.com",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "permissions": [
        "webNavigation",
        "tabs",
        "storage",
        "*:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "WeArePrivacy",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "public\/favicon\/favicon-16x16.png",
            "32": "public\/favicon\/favicon-32x32.png",
            "128": "public\/favicon\/favicon-128x128.png"
        }
    },
    "icons": {
        "16": "public\/favicon\/favicon-16x16.png",
        "32": "public\/favicon\/favicon-32x32.png",
        "128": "public\/favicon\/favicon-128x128.png"
    }
}