CloudCodes Extension gControl-2

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

Wat is CloudCodes Extension gControl-2?

CloudCodes Extension gControl-2 is een Chrome-extensie ontwikkeld door CloudCodes Software Pvt. Ltd., en de belangrijkste functie is "An extension for CloudCodes for G Suite provided by CloudCodes Software.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie CloudCodes Extension gControl-2

Download CloudCodes Extension gControl-2-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam CloudCodes Extension gControl-2 CloudCodes Extension gControl-2
ID nmamgkjpilfhjmiikehcldbldfdmjehg
Officiële URL https://chromewebstore.google.com/detail/cloudcodes-extension-gcon/nmamgkjpilfhjmiikehcldbldfdmjehg
Beschrijving An extension for CloudCodes for G Suite provided by CloudCodes Software.
Bestandsgrootte 8.17 KB
Aantal Installaties 146
Huidige Versie 2.0
Laatst Bijgewerkt 2020-03-11
Publicatiedatum 2020-03-09
Ontwikkelaar CloudCodes Software Pvt. Ltd.
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.cloudcodes.com/security-privacy-policy
Ondersteunde Talen 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"
    ]
}