SuperReach: Sales, hiring and prospecting

SuperReach: Sales, hiring and prospecting

Automation tool for Hiring CRM

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Automation tool for Hiring CRM",
  "version": "1.2.128",
  "manifest_version": 3,
  "name": "SuperReach: Sales, hiring and prospecting",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "permissions": [
    "storage",
    "scripting",
    "webNavigation",
    "tabs",
    "webRequest",
    "activeTab",
    "clipboardRead",
    "clipboardWrite"
  ],
  "action": {
    "default_icon": "images/superreach_logo.png"
  },
  "icons": {
    "128": "images/superreach_logo.png"
  },
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.bundle.js"
      ],
      "css": [
        "content.styles.css"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "watcher.bundle.js"
      ],
      "run_at": "document_start"
    }
  ],
  "devtools_page": "devtools.html",
  "web_accessible_resources": [
    {
      "resources": [
        "content.styles.css",
        "icon-128.png",
        "icon-34.png",
        "*.png",
        "panel.html",
        "js/XMLHttpWatcher.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}