CloudCodes Extension gControl-2

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

Was ist CloudCodes Extension gControl-2?

CloudCodes Extension gControl-2 ist eine Chrome-Erweiterung, die von CloudCodes Software Pvt. Ltd. entwickelt wurde, und ihr Hauptmerkmal ist "An extension for CloudCodes for G Suite provided by CloudCodes Software.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

CloudCodes Extension gControl-2-Erweiterungs-CRX-Datei herunterladen

Laden Sie CloudCodes Extension gControl-2-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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/                    

Grundlegende Informationen zur Erweiterung

Name CloudCodes Extension gControl-2 CloudCodes Extension gControl-2
ID nmamgkjpilfhjmiikehcldbldfdmjehg
Offizielle URL https://chromewebstore.google.com/detail/cloudcodes-extension-gcon/nmamgkjpilfhjmiikehcldbldfdmjehg
Beschreibung An extension for CloudCodes for G Suite provided by CloudCodes Software.
Dateigröße 8.17 KB
Installationsanzahl 146
Aktuelle Version 2.0
Letztes Update 2020-03-11
Veröffentlichungsdatum 2020-03-09
Entwickler CloudCodes Software Pvt. Ltd.
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.cloudcodes.com/security-privacy-policy
Unterstützte Sprachen 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"
    ]
}