CloudCodes Extension gControl-2
An extension for CloudCodes for G Suite provided by CloudCodes Software.
What is CloudCodes Extension gControl-2?
CloudCodes Extension gControl-2 is a Chrome extension developed by CloudCodes Software Pvt. Ltd., and its main feature is "An extension for CloudCodes for G Suite provided by CloudCodes Software.".
Extension Screenshots
Download CloudCodes Extension gControl-2 Extension CRX File
Download CloudCodes Extension gControl-2 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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/
Extension Basic Information
Name | CloudCodes Extension gControl-2 |
ID | nmamgkjpilfhjmiikehcldbldfdmjehg |
Official URL | https://chromewebstore.google.com/detail/cloudcodes-extension-gcon/nmamgkjpilfhjmiikehcldbldfdmjehg |
Description | An extension for CloudCodes for G Suite provided by CloudCodes Software. |
File Size | 8.17 KB |
Installation Count | 146 |
Current Version | 2.0 |
Last Updated | 2020-03-11 |
Publish Date | 2020-03-09 |
Developer | CloudCodes Software Pvt. Ltd. |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.cloudcodes.com/security-privacy-policy |
Supported Languages | 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" ] } |