CloudCodes For Business

CloudCodes For Business extension provided by cloudcodes software to enforces DLP and access control policies.

Was ist CloudCodes For Business?

CloudCodes For Business ist eine Chrome-Erweiterung, die von https://cloudcodes.com entwickelt wurde, und ihr Hauptmerkmal ist "CloudCodes For Business extension provided by cloudcodes software to enforces DLP and access control policies.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

CloudCodes For Business-Erweiterungs-CRX-Datei herunterladen

Laden Sie CloudCodes For Business-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        (CFB) CloudCodes For Business 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
Clipboard Control

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.

Consumer Account Block for Office365: It blocks login to consumer accounts like Personal O365, Hotmail, yahoo while login with outlook web app. To apply this restriction apply DLP policy on end user.

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.

Clipboard Control :
Control the user to copy/paste data from current user profile (Chrome Browser) : if tab switches from the google sites tabs to other tabs so according to the CFB DLP policy(CFB Extension based policy) we are not allowed to copy paste the content from the google sites to other sites. 

CFB is enterprise business solution, so our customer wants this control to avoid Data leakage prevention(DLP) to secure data within organization.                    

Grundlegende Informationen zur Erweiterung

Name CloudCodes For Business CloudCodes For Business
ID djhmcligoiljbkfdfoifmkfkganlgjgg
Offizielle URL https://chromewebstore.google.com/detail/cloudcodes-for-business/djhmcligoiljbkfdfoifmkfkganlgjgg
Beschreibung CloudCodes For Business extension provided by cloudcodes software to enforces DLP and access control policies.
Dateigröße 269 KB
Installationsanzahl 3,614
Aktuelle Version 1.0.22
Letztes Update 2023-07-13
Veröffentlichungsdatum 2019-10-02
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://cloudcodes.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.cloudcodes.com/security-privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CloudCodes For Business",
    "version": "1.0.22",
    "description": "CloudCodes For Business extension provided by cloudcodes software to enforces DLP and access control policies.",
    "background": {
        "service_worker": "worker-loader.js"
    },
    "icons": {
        "50": "\/images\/cloudcodesssoone.png"
    },
    "action": {
        "default_icon": {
            "50": "\/images\/cloudcodesssoone.png"
        },
        "default_title": "CloudCodes For Business"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/public\/user\/dashboard",
                "https:\/\/*\/public\/user\/dashboard*",
                "http:\/\/*\/AuthenticateUser*",
                "https:\/\/*\/AuthenticateUser*",
                "http:\/\/*\/jsp\/public\/olddashboard.jsp",
                "https:\/\/*\/jsp\/public\/olddashboard.jsp",
                "http:\/\/*\/public\/customDashboard.jsp",
                "https:\/\/*\/public\/customDashboard.jsp",
                "http:\/\/*\/jsp\/public\/custom\/v2\/dashboard.jsp",
                "https:\/\/*\/jsp\/public\/custom\/v2\/dashboard.jsp",
                "http:\/\/*\/GetLoginPage*",
                "https:\/\/*\/GetLoginPage*",
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/content.js",
                "js\/clearClipboard.js",
                "js\/clipboardEvent.js",
                "js\/print.js",
                "js\/cloud_print.js",
                "js\/printJQuery.js",
                "js\/crypt.js",
                "js\/mode-ecb.js"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "https:\/\/*.cloudcodestest.in\/*",
        "http:\/\/*.cloudcodestest.in\/*",
        "https:\/\/*.federateone.com\/*",
        "http:\/\/*.federateone.com\/*",
        "https:\/\/*.ssooneqa.com\/*",
        "http:\/\/*.ssooneqa.com\/*",
        "https:\/\/*.vault-one.com\/*",
        "http:\/\/*.vault-one.com\/*",
        "https:\/\/*.cloudcodes-eu.com\/*",
        "http:\/\/*.cloudcodes-eu.com\/*",
        "https:\/\/*.ssoone.com\/*",
        "http:\/\/*.ssoone.com\/*",
        "http:\/\/*.cfb.custom\/*",
        "https:\/\/*.cfb.custom\/*",
        "*:\/\/*.appspot.com\/",
        "*:\/\/*.google.com\/",
        "*:\/\/*.live.com\/*",
        "*:\/\/*.microsoftonline.com\/*",
        "*:\/\/*.microsoft.com\/*",
        "*:\/\/*.windows.net\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "chrome:\/\/new-tab-page\/",
        "chrome:\/\/newtab\/"
    ],
    "permissions": [
        "tabs",
        "idle",
        "storage",
        "clipboardWrite",
        "clipboardRead",
        "activeTab",
        "webRequest",
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess",
        "declarativeNetRequestFeedback",
        "cookies",
        "enterprise.deviceAttributes",
        "identity",
        "identity.email",
        "alarms",
        "browsingData",
        "scripting",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "chrome:\/\/new-tab-page\/",
        "chrome:\/\/newtab\/",
        "notifications"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "manifest.json"
            ],
            "matches": []
        }
    ],
    "commands": {
        "cloud_print": {
            "suggested_key": {
                "default": "Ctrl+Shift+4",
                "windows": "Ctrl+Shift+4",
                "chromeos": "Ctrl+Shift+4"
            },
            "description": "Google Cloud Print",
            "global": true
        }
    },
    "chrome_url_overrides": {
        "newtab": "redirect.html"
    }
}