Compliance Deputy V6

Compliance Deputy

Was ist Compliance Deputy V6?

Compliance Deputy V6 ist eine Chrome-Erweiterung, die von Compliance Sheriff entwickelt wurde, und ihr Hauptmerkmal ist "Compliance Deputy".

Erweiterungsscreenshots

screenshot

Compliance Deputy V6-Erweiterungs-CRX-Datei herunterladen

Laden Sie Compliance Deputy V6-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Compliance Deputy V6 Compliance Deputy V6
ID bidggighgeapfnoagdpjjniolldibdfa
Offizielle URL https://chromewebstore.google.com/detail/compliance-deputy-v6/bidggighgeapfnoagdpjjniolldibdfa
Beschreibung Compliance Deputy
Dateigröße 54.38 KB
Installationsanzahl 57
Aktuelle Version 6.4.0.0
Letztes Update 2021-04-03
Veröffentlichungsdatum 2021-04-03
Entwickler Compliance Sheriff
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.compliancesheriff.com/
Hilfeseite URL https://www.compliancesheriff.com/
URL der Datenschutzrichtlinien-Seite https://www.appgate.com/privacy-policy
Unterstützte Sprachen 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'"
}