Compliance Deputy V6
Compliance Deputy
什么是Compliance Deputy V6?
Compliance Deputy V6是由Compliance Sheriff开发的Chrome扩展程序,该扩展的主要功能是“Compliance Deputy”。
扩展截图
下载Compliance Deputy V6扩展crx文件
下载Compliance Deputy V6扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | bidggighgeapfnoagdpjjniolldibdfa |
官方URL | https://chromewebstore.google.com/detail/compliance-deputy-v6/bidggighgeapfnoagdpjjniolldibdfa |
简介 | Compliance Deputy |
文件大小 | 54.38 KB |
安装次数 | 57 |
当前版本 | 6.4.0.0 |
更新时间 | 2021-04-03 |
上架时间 | 2021-04-03 |
开发者 | Compliance Sheriff |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.compliancesheriff.com/ |
帮助页面URL | https://www.compliancesheriff.com/ |
隐私政策页面URL | https://www.appgate.com/privacy-policy |
支持的语言 | 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'" } |