Compliance Deputy V6

Compliance Deputy

什麼是Compliance Deputy V6?

Compliance Deputy V6是由Compliance Sheriff開發的Chrome擴展程式,該擴展的主要功能是“Compliance Deputy”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 Compliance Deputy V6 Compliance Deputy V6
ID bidggighgeapfnoagdpjjniolldibdfa
官方網址 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'"
}