Compliance Deputy V6

Compliance Deputy

Compliance Deputy V6 क्या है?

Compliance Deputy V6 Compliance Sheriff द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Compliance Deputy"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Compliance Deputy V6 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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'"
}