Compliance Deputy V6
Compliance Deputy
Compliance Deputy V6 là gì?
Compliance Deputy V6 là một tiện ích mở rộng Chrome được phát triển bởi Compliance Sheriff, và tính năng chính của nó là "Compliance Deputy".
Ả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 Compliance Deputy V6
Tải xuống các tệp mở rộng Compliance Deputy V6 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
Designed to work in conjunction with AppGate's Compliance Sheriff®, Compliance Deputy is an on-demand browser-based solution that allows developers and content providers to test and repair content prior to publishing in the production environment. It leverages the checkpoints and rules designed in Compliance Sheriff to test page content as it’s being created to ensure only compliant content is published to live sites. Address Web governance issues including privacy factors like personally identifiable information (PII) and protected health information (PHI), Web accessibility, site quality, offensive content and more. Compliance Deputy is a browser-based application, making it simple to roll-out to a large number of content developers.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bidggighgeapfnoagdpjjniolldibdfa |
URL Chính Thức | https://chromewebstore.google.com/detail/compliance-deputy-v6/bidggighgeapfnoagdpjjniolldibdfa |
Mô tả | Compliance Deputy |
Kích Thước Tệp | 54.38 KB |
Số Lần Cài Đặt | 57 |
Phiên Bản Hiện Tại | 6.4.0.0 |
Cập Nhật Lần Cuối | 2021-04-03 |
Ngày Phát Hành | 2021-04-03 |
Nhà Phát Triển | Compliance Sheriff |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.compliancesheriff.com/ |
URL Trang Trợ Giúp | https://www.compliancesheriff.com/ |
URL Trang Chính Sách Bảo Mật | https://www.appgate.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Compliance Deputy V6", "version": "6.4.0.0", "manifest_version": 2, "description": "Compliance Deputy", "icons": { "16": "\/images\/icon.png" }, "browser_action": { "default_icon": "\/images\/icon.png", "default_popup": "Global.html" }, "permissions": [ "tabs", "activeTab", "cookies" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "injected.js", "js\/soapclient.js" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |