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
公式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
Eメール [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'"
}