Groove for G-Suite and Microsoft 365

Groove for G-Suite and Microsoft 365

Sales Engagement Platform For Salesforce, G-Suite, And Microsoft 365 Users

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Groove for G-Suite and Microsoft 365",
  "version": "2024.4.30.10931",
  "manifest_version": 3,
  "description": "Sales Engagement Platform For Salesforce, G-Suite, And Microsoft 365 Users",
  "options_page": "options.html",
  "action": {
    "default_popup": "popup.html",
    "default_title": "Groove"
  },
  "background": {
    "service_worker": "serviceWorker.js"
  },
  "icons": {
    "48": "assets/64-color.png",
    "128": "assets/128-color.png"
  },
  "permissions": [
    "scripting",
    "webNavigation",
    "storage",
    "webRequest",
    "declarativeNetRequestWithHostAccess",
    "gcm",
    "notifications",
    "tabs",
    "idle"
  ],
  "host_permissions": [
    "https://mail.google.com/*",
    "https://*.visual.force.com/*",
    "https://*.salesforce.com/*",
    "https://*.google.com/*",
    "https://*.visualforce.com/*",
    "https://*.googleusercontent.com/*",
    "https://*.grooveapp.com/*",
    "https://*.groove.co/*",
    "https://*.force.com/*",
    "https://engine.groove.co/*",
    "https://app.groove.co/*"
  ],
  "optional_host_permissions": [
    "https://*.zoominfo.com/*",
    "<all_urls>"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  },
  "content_security_policy": {
    "extension_pages": "frame-src *; default-src 'self'; connect-src * data: blob: filesystem:; img-src * data:; style-src * 'unsafe-inline'; font-src * data:;"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "grooveEngineOAuthSuccess.html"
      ],
      "matches": [
        "https://engine.groove.co/*",
        "https://*.google.com/*",
        "https://*.salesforce.com/*"
      ]
    },
    {
      "resources": [
        "googleMailPageScript.js"
      ],
      "matches": [
        "https://mail.google.com/*"
      ]
    },
    {
      "resources": [
        "googleCalendarPageScript.js"
      ],
      "matches": [
        "https://calendar.google.com/*"
      ]
    },
    {
      "resources": [
        "setup.html"
      ],
      "matches": [
        "https://engine.groove.co/*",
        "https://app.groove.co/*",
        "https://*.google.com/*",
        "https://*.salesforce.com/*",
        "https://*.force.com/*"
      ]
    }
  ]
}