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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة CloudCodes Extension gControl-2
قم بتنزيل ملفات الامتداد CloudCodes Extension gControl-2 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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 |
عنوان صفحة سياسة الخصوصية | 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" ] } |