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.
电子邮箱 [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"
    ]
}