CloudCodes Extension gControl-2

An extension for CloudCodes for G Suite provided by CloudCodes Software.

CloudCodes Extension gControl-2란 무엇입니까?

CloudCodes Extension gControl-2은(는) CloudCodes Software Pvt. Ltd.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension for CloudCodes for G Suite provided by CloudCodes Software."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

CloudCodes Extension gControl-2 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Using this extension, the Google Apps admin can block its user from accessing his personal Gmail account in the company network.
The domain needs to use gControl in order to use this extension. The admin can force its user to install this extension by enabling Gmail Block settings in gControl Settings.

By installing this item, you agree to the CloudCodes Privacy Policy Statement
at https://www.cloudcodes.com/security-privacy-policy/                    

확장 프로그램 기본 정보

이름 CloudCodes Extension gControl-2 CloudCodes Extension gControl-2
ID nmamgkjpilfhjmiikehcldbldfdmjehg
공식 URL https://chromewebstore.google.com/detail/cloudcodes-extension-gcon/nmamgkjpilfhjmiikehcldbldfdmjehg
설명 An extension for CloudCodes for G Suite provided by CloudCodes Software.
파일 크기 8.17 KB
설치 횟수 146
현재 버전 2.0
최근 업데이트 2020-03-11
출시 날짜 2020-03-09
개발자 CloudCodes Software Pvt. Ltd.
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.cloudcodes.com/security-privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CloudCodes Extension gControl-2",
    "version": "2.0",
    "description": "An extension for CloudCodes for G Suite provided by CloudCodes Software.",
    "manifest_version": 2,
    "icons": {
        "16": "gcontrol_ext_logo.png",
        "48": "gcontrol_ext_logo.png",
        "128": "gcontrol_ext_logo.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.google.com\/*"
        ]
    },
    "permissions": [
        "*:\/\/*.google.com\/*",
        "webRequestBlocking",
        "webRequest"
    ],
    "web_accessible_resources": [
        "manifest.json"
    ]
}