PeopleGlass by People.ai

PeopleGlass by People.ai

PeopleGlass is an effortless way for sales teams to access and update Salesforce

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PeopleGlass by People.ai",
  "short_name": "PeopleGlass",
  "description": "PeopleGlass is an effortless way for sales teams to access and update Salesforce",
  "version": "7.0.4",
  "manifest_version": 3,
  "background": {
    "service_worker": "service-worker.js"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "windows": "Ctrl+Shift+K",
        "mac": "Command+Shift+K"
      }
    }
  },
  "icons": {
    "32": "glass-32.png",
    "48": "glass-48.png",
    "128": "glass-128.png",
    "180": "glass-180.png",
    "192": "glass-192.png",
    "512": "glass-512.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [],
  "externally_connectable": {
    "matches": []
  },
  "web_accessible_resources": [
    {
      "resources": [
        "*"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "action": {
    "default_title": "PeopleGlass"
  },
  "chrome_url_overrides": {
    "newtab": "index.html#/newtab"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkDON7+u+Mf/CdVyseR/dX7TEbDvNsQlVRGRxSju8n9f7BTKZ0769Gdd6+AlZd+2ZXK3BvOcO3BwQAi8LW0hv0SceuIZRwOBLvyKsjjXfEdLr+J2N8xErbCVCXVMlwJdr3n4sUnvtLOeLFCCJRGTVtyi80GxRC/N9CoQ7Qn9zz9GLWLDOKhHTKLeMvviQQg/ai4ZHBwrlJar/bPX5vSeNw6SWrbWn2A20yBV/7ZUh0XZbkN+/l0wL+tCeWb+Rkr4nrUOKmEP62dAjFWNQkAfwX/1uNTlXI+mLAEBgDdgFS1o5JuB9qIu/FW/0RRSVKLtFzAfnfQDW8d8qkkFHqDo55QIDAQAB"
}