CloudCodes Extension gControl-2

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

CloudCodes Extension gControl-2 क्या है?

CloudCodes Extension gControl-2 CloudCodes Software Pvt. Ltd. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension for CloudCodes for G Suite provided by CloudCodes Software."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CloudCodes Extension gControl-2 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}