PrivacyGPT
Privacy firewall for chatgpt prompts
PrivacyGPT là gì?
PrivacyGPT là một tiện ích mở rộng Chrome được phát triển bởi aimeetsprivacy, và tính năng chính của nó là "Privacy firewall for chatgpt prompts".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng PrivacyGPT
Tải xuống các tệp mở rộng PrivacyGPT 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
PrivacyGPT How PrivacyGPT's benefits you: Uphold strict privacy by stripping any personal or identifiable information from both prompts and responses. Align operations with critical industry norms, inclusive of HIPAA, SOC 2, and ISO 27001. Enable your team to instantly address data exposure threats, preserving the efficiency of their workflow. Unpacking PrivacyGPT's DLP functionalities: Organizational Custom Policies: Designate unique policies tailored for your organization's use of ChatGPT. Tailored Detection Protocols: Minimize inaccurate alerts via customized detection rules for potential data risks. Advanced AI Detectors: Employ PrivacyGPT's state-of-the-art AI detectors to identify a wide range of sensitive data, from personal details to secure keys. Custom Alert Mechanisms: Brief your team with tailored alerts should they inadvertently try to input sensitive information into ChatGPT. Unified Control Dashboard: Oversee and act upon alerts from a centralized interface. Plug-ins and Integrations: Route notifications seamlessly to platforms like Slack, email, or your preferred SIEM. Experience the advantage firsthand with our Chrome extension, available for free. Why PrivacyGPT? Achieve and Uphold Compliance: Implement measures to limit data exposure and conform to stringent compliance standards. Spot and Counteract Risks: Continuously monitor SaaS platforms to detect and address potential data exposure, both historically and in real-time. Optimize Operational Expenditure: Benefit from quick setups, real-time oversight, and minimal maintenance requirements. Promote Efficient Work Ethos: Cultivate a culture mindful of security that does not hinder employee productivity. Endorsed by Leading Tech Entities For collaborations or inquiries, please reach out to [email protected]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | PrivacyGPT |
ID | iobeegngilbjemenccdplkjndkkpplbe |
URL Chính Thức | https://chromewebstore.google.com/detail/privacygpt/iobeegngilbjemenccdplkjndkkpplbe |
Mô tả | Privacy firewall for chatgpt prompts |
Kích Thước Tệp | 267 KB |
Số Lần Cài Đặt | 94 |
Phiên Bản Hiện Tại | 1.3.1 |
Cập Nhật Lần Cuối | 2023-11-07 |
Ngày Phát Hành | 2023-11-06 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | aimeetsprivacy |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://aimeetsprivacy.com/ |
URL Trang Trợ Giúp | https://aimeetsprivacy.com/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PrivacyGPT", "description": "Privacy firewall for chatgpt prompts", "version": "1.3.1", "manifest_version": 3, "action": { "default_popup": "popup.html", "default_icon": { "16": "privacygptlogo.png", "48": "privacygptlogo.png", "128": "privacygptlogo.png" } }, "icons": { "16": "privacygptlogo.png", "48": "privacygptlogo.png", "128": "privacygptlogo.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.chat.openai.com\/*" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ { "resources": [ "privacygptlogo.png", "privacygpt.png" ], "matches": [ "https:\/\/*.chat.openai.com\/*" ] } ] } |