CloudCodes For Business For StagingTwo

CloudCodes For Business For StagingTwo

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

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "CloudCodes For Business For StagingTwo",
  "version": "1.0.42",
  "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/"
  ],
  "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"
  }
}