Compliance Deputy V6

Compliance Deputy

Compliance Deputy V6คืออะไร?

Compliance Deputy V6 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Compliance Sheriff และคุณลักษณะหลักของมันคือ "Compliance Deputy"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Compliance Deputy V6

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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'"
}