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ファイルをダウンロード

CloudCodes Extension gControl-2拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.
Eメール [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"
    ]
}