CloudCodes for G Suite Code51qa
An extension for CloudCodes for G Suite provided by CloudCodes Software.
Wat is CloudCodes for G Suite Code51qa?
CloudCodes for G Suite Code51qa is een Chrome-extensie ontwikkeld door https://cloudcodes.com, en de belangrijkste functie is "An extension for CloudCodes for G Suite provided by CloudCodes Software.".
Extensie Screenshots
Download het CRX-bestand van de extensie CloudCodes for G Suite Code51qa
Download CloudCodes for G Suite Code51qa-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
CloudCodes for G Suite code51qa chrome extension are developed for CloudCodes for G Suite web application which provides cloud app security. This extension provides the following feature which works according to CloudCodes For G-Suite policy configuration.
Consumer Gmail Block
Session Timeout
Domain Whitelisting
Third Party Apps Block
Consumer Gmail Block :
This extension blocks access to personal gmail accounts and sends violation mail to the CloudCodes For G Suite admin only when If admin set the consumer gmail block policy on the user.
Third Party Apps Block :
If admin set the third party apps block policy for users, then this extension does not allow users to access third party apps using their corporate email id
Session Timeout :
This feature used to logout the user from his current session of G Suite account according to configured session timeout policy in cloudcodes for g suite application.
Domain Whitelisting :
It allows login to the g suite account only for whitelisted domain that are configured in the policy by admin in the cloudcodes for g suite application Basisinformatie over de Extensie
| Naam | |
| ID | fogkppbeakkdmndljfmfaggijgnakfed |
| Officiële URL | https://chromewebstore.google.com/detail/cloudcodes-for-g-suite-co/fogkppbeakkdmndljfmfaggijgnakfed |
| Beschrijving | An extension for CloudCodes for G Suite provided by CloudCodes Software. |
| Bestandsgrootte | 215 KB |
| Aantal Installaties | 26 |
| Huidige Versie | 4.5 |
| Laatst Bijgewerkt | 2022-09-05 |
| Publicatiedatum | 2020-06-15 |
| Ontwikkelaar | https://cloudcodes.com |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://www.cloudcodes.com/security-privacy-policy |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "CloudCodes for G Suite Code51qa",
"version": "4.5",
"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\/*",
" | |