Compliance Deputy V6

Compliance Deputy

Compliance Deputy V6란 무엇입니까?

Compliance Deputy V6은(는) Compliance Sheriff에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Compliance Deputy"입니다.

확장 프로그램 스크린샷

screenshot

Compliance Deputy V6 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'"
}