CloudCodes for G Suite
An extension for CloudCodes for G Suite provided by CloudCodes Software.
什麼是CloudCodes for G Suite?
CloudCodes for G Suite是由https://cloudcodes.com開發的Chrome擴展程式,該擴展的主要功能是“An extension for CloudCodes for G Suite provided by CloudCodes Software.”。
擴展截圖
下載CloudCodes for G Suite擴展crx文件
下載CloudCodes for G Suite擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This is an extension to CloudCodes for G suite(gControl) for gmail block. gControl is advance access control for Google Apps, gControl provides the admin an additional set of controls to meet the enterprise needs of access control of Google Apps on the Cloud. 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 for G Suite |
ID | omkfimmendnmnelbokncdiiegkgnbimj |
官方網址 | https://chromewebstore.google.com/detail/cloudcodes-for-g-suite/omkfimmendnmnelbokncdiiegkgnbimj |
簡介 | An extension for CloudCodes for G Suite provided by CloudCodes Software. |
檔案大小 | 215 KB |
安裝次數 | 7,191 |
目前版本 | 0.71 |
更新時間 | 2022-09-13 |
上架時間 | 2020-06-19 |
評分 | 3.89/5 共 18 次評分 |
開發者 | https://cloudcodes.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://www.cloudcodes.com/gcontrol.html |
說明頁面URL | https://www.cloudcodes.com/security-privacy-policy/ |
隱私政策頁面URL | https://www.cloudcodes.com/security-privacy-policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CloudCodes for G Suite", "version": "0.71", "description": "An extension for CloudCodes for G Suite provided by CloudCodes Software.", "manifest_version": 3, "incognito": "split", "icons": { "16": "gcontrol_ext_logo.png", "48": "gcontrol_ext_logo.png", "128": "gcontrol_ext_logo.png" }, "background": { "service_worker": "worker-loader.js" }, "externally_connectable": { "matches": [ "*:\/\/*.google.com\/*" ] }, "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/*", "*:\/\/*\/*" ], "exclude_matches": [ "*:\/\/mail.google.com\/mail*\/h\/*", "*:\/\/mail.google.com\/mail*\/x\/*" ], "js": [ "lib\/bootstrap.js", "lib\/jquery.1.4.2.js", "lib\/jquery.ba-bbq.js", "lib\/lab.js", "lib\/init.js", "lib\/gmailr.js", "main.js", "content.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/mail.google.com\/mail*\/h\/*" ], "js": [ "lib\/basic.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/mail.google.com\/mail*\/x\/*" ], "js": [ "lib\/mobile.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/accounts.google.com\/*" ], "js": [ "lib\/jquery.1.4.2.js", "lib\/mobile.js", "thirdPartySession.js", "lib\/blockit.js", "lib\/basic.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/drive.google.com\/*" ], "js": [ "lib\/jquery.1.4.2.js", "lib\/drive.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/docs.google.com\/*" ], "js": [ "lib\/jquery.1.4.2.js", "lib\/docs.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/plus.google.com\/*", "*:\/\/www.google.com\/contacts\/*", "*:\/\/contacts.google.com\/*", "*:\/\/sites.google.com\/*", "*:\/\/hangouts.google.com\/*" ], "js": [ "lib\/jquery.1.4.2.js", "lib\/plusjs.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/photos.google.com\/*", "*:\/\/www.youtube.com\/*", "*:\/\/play.google.com\/*", "*:\/\/groups.google.com\/*", "*:\/\/myaccount.google.com\/*", "*:\/\/meet.google.com\/*" ], "js": [ "lib\/jquery.1.4.2.js", "lib\/plusjs.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/calendar.google.com\/*" ], "js": [ "lib\/jquery.1.4.2.js", "lib\/plusjs.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/*.google.com\/*" ], "js": [ "jquery-1.10.2.min.js", "lib\/idletab.js", "lib\/sessiontimeout.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.appspot.com\/loginpageservlet\/*", "*:\/\/*.appspot.com\/*", "*:\/\/*.appspot.com\/user\/login\/accountlogin\/*", "*:\/\/*.appspot.com\/user\/login\/*" ], "js": [ "lib\/installhelper.js", "content.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/accounts.google.com\/o\/openid2\/*", "*:\/\/accounts.google.com\/signin\/oauth\/consent\/*", "*:\/\/accounts.google.com\/signin\/oauth\/oauthchooseaccount\/*" ], "js": [ "lib\/jquery.1.4.2.js", "lib\/blockit.js", "lib\/plusjs.js" ], "run_at": "document_end" } ], "host_permissions": [ "*:\/\/*.google.com\/*", "*:\/\/*.appspot.com\/*", " |