ShareDocView.com - Get Leads via Doc Links

ShareDocView.com - Get Leads via Doc Links

ShareDocView.com - Get Leads via Doc Links

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.4",
  "manifest_version": 3,
  "name": "ShareDocView.com - Get Leads via Doc Links",
  "description": "ShareDocView.com - Get Leads via Doc Links",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "ShareDocView.com - Get Leads via Doc Links",
    "default_icon": "icon-34.png"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "permissions": [
    "scripting",
    "declarativeNetRequest",
    "cookies"
  ],
  "host_permissions": [
    "*://app.sharedocview.com/",
    "https://mail.google.com/"
  ],
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "https://*.sharedocview.com/*"
      ],
      "all_frames": true,
      "js": [
        "/lib/browser-polyfill.js",
        "/content.bundle.js"
      ]
    },
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "js": [
        "/lib/browser-polyfill.js",
        "contentGmail.bundle.js"
      ],
      "run_at": "document_end"
    }
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "windows": "Ctrl+Shift+S",
        "mac": "Command+Shift+S",
        "chromeos": "Ctrl+Shift+S",
        "linux": "Ctrl+Shift+S"
      }
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "/icon-34.png",
        "gmail.html"
      ],
      "matches": [
        "https://mail.google.com/*"
      ]
    }
  ]
}