Compliance Deputy V6

Compliance Deputy

Vad är Compliance Deputy V6?

Compliance Deputy V6 är en Chrome-tillägg utvecklad av Compliance Sheriff, och dess huvudfunktion är "Compliance Deputy".

Tilläggsskärmbilder

screenshot

Ladda ner Compliance Deputy V6-förlängningens CRX-fil

Ladda ner Compliance Deputy V6-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Compliance Deputy V6 Compliance Deputy V6
ID bidggighgeapfnoagdpjjniolldibdfa
Officiell webbadress https://chromewebstore.google.com/detail/compliance-deputy-v6/bidggighgeapfnoagdpjjniolldibdfa
Beskrivning Compliance Deputy
Filstorlek 54.38 KB
Antal Installationer 57
Aktuell Version 6.4.0.0
Senast Uppdaterad 2021-04-03
Publiceringsdatum 2021-04-03
Utvecklare Compliance Sheriff
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.compliancesheriff.com/
Hjälpsida URL https://www.compliancesheriff.com/
URL till Sekretesspolicy Sidan https://www.appgate.com/privacy-policy
Stödda Språk 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'"
}