Collabera VisitE

Collabera VisitE

This extention is used to by pass the client credentials.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "js/search.js",
    "type": "module"
  },
  "action": {
    "default_icon": "images/80X80.png",
    "default_popup": "settings.html"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "css": [
        "styles/collabera_cards.css"
      ],
      "js": [
        "js/content.js",
        "js/jquery-3.5.0.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "default_locale": "en",
  "description": "This extention is used to by pass the client credentials.",
  "externally_connectable": {
    "matches": [
      "*://*.collabera.com/*"
    ]
  },
  "icons": {
    "16": "images/16X16.png",
    "32": "images/32X32.png",
    "48": "images/48X48.png",
    "64": "images/64X64.png",
    "80": "images/80X80.png",
    "128": "images/80X80.png"
  },
  "incognito": "split",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtc2Itxrlqwm1tY9U1+5mqCMW0gtxMfifwoIKf8RCviBc/do8SOv5YtQH8/ex1DBaQ2+3fqfEHBgwHafz/niTs+rpi16gIef3nkY6YAfpCt9sLU/XnI0ve368o8Ou0E71SKFlqr7jCO3EAQSdCYgtqAH+LAgVdXv3qjIuXqtl2fO+aKNFksskRB7PYspDqiGc8o3+kN2CkbjFWL/YPWN1aQMA/ujAIzUSWDclCwG+cSUr9qJ2mgY5fTBOcG9i8ruJmmS5ktHWaeZ4wPIb+0K2VpDkgaGM/SvHQufZGJQxEC6/MJanU/cRezrOJQmZ6TwBq4Ld5C1Olj9dNcKl6uWSZQIDAQAB",
  "manifest_version": 3,
  "name": "Collabera VisitE",
  "oauth2": {
    "client_id": "77ad6452-b17d-4c13-bcd3-15a8a035e994",
    "scopes": [
      "User",
      "User.Read"
    ]
  },
  "permissions": [
    "tabs",
    "background",
    "identity",
    "storage"
  ],
  "short_name": "CV",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.5.2",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "fonts/*.woff"
      ]
    }
  ]
}