Video & Screen Recorder for Work - Drift

Video & Screen Recorder for Work - Drift

The Ultimate Screen Recorder for Conversations

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Video & Screen Recorder for Work - Drift",
  "description": "The Ultimate Screen Recorder for Conversations",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "48": "images/drift-extension-icon-48x48.png",
    "128": "images/drift-extension-icon-128x128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "clipboardWrite",
    "<all_urls>",
    "cookies"
  ],
  "web_accessible_resources": [
    "facecam.html",
    "permissions.html",
    "*.png",
    "*.svg",
    "images/*"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.driftqa.com/*",
      "*://*.drift.com/*",
      "*://localhost:*/*"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.linkedin.com/*"
      ],
      "js": [
        "contentscriptLinkedIn.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://app.salesloft.com/*"
      ],
      "js": [
        "contentscriptSalesloft.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*.outreach.io/*"
      ],
      "js": [
        "contentscriptOutreach.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://mail.google.com/mail/*",
        "https://inbox.google.com/"
      ],
      "js": [
        "inboxsdk.js",
        "contentscriptGmail.js"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": "script-src 'self' 'sha256-7hW4RFleBQOZujZfdGg6hrOc1kOxJe6HxoO6Fh1d+x0=' 'sha256-/1iATLRR0JHPdj3QvNBqtd++U7KWdpNgHcT4IyDC0go=' 'unsafe-eval' https://js.logentries.com https://cdn.segment.com; object-src 'self'",
  "version": "3.9.21.2212",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}