CloudCodes Extension gControl-2

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

Co to jest CloudCodes Extension gControl-2?

CloudCodes Extension gControl-2 to rozszerzenie Chrome opracowane przez CloudCodes Software Pvt. Ltd., a jego główną funkcją jest „An extension for CloudCodes for G Suite provided by CloudCodes Software.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia CloudCodes Extension gControl-2

Pobierz pliki rozszerzeń CloudCodes Extension gControl-2 w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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/                    

Podstawowe informacje o rozszerzeniu

Nazwa CloudCodes Extension gControl-2 CloudCodes Extension gControl-2
ID nmamgkjpilfhjmiikehcldbldfdmjehg
Oficjalny URL https://chromewebstore.google.com/detail/cloudcodes-extension-gcon/nmamgkjpilfhjmiikehcldbldfdmjehg
Opis An extension for CloudCodes for G Suite provided by CloudCodes Software.
Rozmiar pliku 8.17 KB
Liczba instalacji 146
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2020-03-11
Data Publikacji 2020-03-09
Deweloper CloudCodes Software Pvt. Ltd.
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.cloudcodes.com/security-privacy-policy
Obsługiwane Języki 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"
    ]
}