Copper CRM for Gmail

Copper CRM for Gmail

You live in Google Workspace™. So should your CRM.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Copper CRM for Gmail",
  "version": "2.0.204",
  "description": "You live in Google Workspace™. So should your CRM.",
  "icons": {
    "16": "icons/copper_icon_pink_16.png",
    "64": "icons/copper_icon_pink_64.png",
    "128": "icons/copper_icon_pink_128.png"
  },
  "incognito": "split",
  "host_permissions": [
    "https://app.copper.com/",
    "https://mail.google.com/*",
    "https://calendar.google.com/*"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "email_tracker",
        "enabled": true,
        "path": "rulesets/email-tracker.json"
      }
    ]
  },
  "permissions": [
    "declarativeNetRequest",
    "scripting",
    "storage",
    "tabs",
    "webRequest",
    "notifications"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "options_ui": {
    "page": "assets/options.html",
    "open_in_tab": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "run_at": "document_end",
      "css": [
        "content-scripts/hosts/boot/shared.css"
      ],
      "js": [
        "content-scripts/hosts/boot/shared.js",
        "content-scripts/hosts/boot/gmail.js"
      ]
    },
    {
      "matches": [
        "https://calendar.google.com/*"
      ],
      "run_at": "document_end",
      "css": [
        "content-scripts/hosts/boot/shared.css"
      ],
      "js": [
        "content-scripts/hosts/boot/shared.js",
        "content-scripts/hosts/boot/gcal.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*",
        "*.map"
      ],
      "matches": [
        "https://mail.google.com/*",
        "https://calendar.google.com/*"
      ]
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiWc51IleM4EEl87jsk6sts94L1bXLkS3UkuuuuQ6NK5Q3EXjfT49wa0QktaQO9z/FWd9uvI5KUwisIDPDJdjBCT+6AM+54IVPqn9nH8dfOoVvMbyd1sz6nZFkF2nguq3WdEwSODvUHqqB1/lDNLRIkHAHAef2OhlY8YwpvRiC7T6VVENGbLVwuSGCqFr7Qp+zZ4FnDVyXYEYrXzTFZWj8cLPQUM6t24GfENANpST5YldQgOOcU5XVRIZ58lVwYYlVUxQW9BivqnsmAaWwUo+bVo3Wh57PHePHl6bgcOqwNE8n+DCwg0DvYDpdtWkC5Ve1kW+2LqmpeVYCL/gQNLzmwIDAQAB"
}