CloudCodes Extension gControl-2

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

CloudCodes Extension gControl-2คืออะไร?

CloudCodes Extension gControl-2 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CloudCodes Software Pvt. Ltd. และคุณลักษณะหลักของมันคือ "An extension for CloudCodes for G Suite provided by CloudCodes Software."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CloudCodes Extension gControl-2

ดาวน์โหลดไฟล์ส่วนขยาย CloudCodes Extension gControl-2 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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