CloudCodes Extension gControl-2

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

Что такое CloudCodes Extension gControl-2?

CloudCodes Extension gControl-2 - это расширение Chrome, разработанное CloudCodes Software Pvt. Ltd., и его основная функция - "An extension for CloudCodes for G Suite provided by CloudCodes Software.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения CloudCodes Extension gControl-2

Скачайте файлы расширений 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"
    ]
}