IM EXTRACTOR

IM EXTRACTOR

Indiamart Lead Manager & Catelog View Extractor, Google Map Extractor & Whatsapp Sender for Leads & Catelog View

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "IM EXTRACTOR",
  "description": "Indiamart Lead Manager & Catelog View Extractor, Google Map Extractor & Whatsapp Sender for Leads & Catelog View",
  "version": "6.6",
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "128": "icon_128.png"
  },
  "action": {
    "default_title": "IM EXTRACTOR"
  },
  "content_scripts": [
    {
      "js": [
        "jquery.min.js",
        "content.js"
      ],
      "matches": [
        "https://*.whatsapp.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "side_panel": {
    "default_path": "index.html",
    "openPanelOnActionClick": true
  },
  "host_permissions": [
    "*://*.indiamart.com/*",
    "https://fonts.googleapis.com/*",
    "https://fonts.gstatic.com/*",
    "*://*.whatsapp.com/*",
    "*://*.google.com/*"
  ],
  "permissions": [
    "activeTab",
    "tabs",
    "downloads",
    "sidePanel",
    "storage",
    "unlimitedStorage",
    "scripting"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "*://*.whatsapp.com/*",
        "*://*.indiamart.com/*",
        "*://*.google.com/*"
      ],
      "resources": [
        "inject.js",
        "index.html"
      ]
    }
  ]
}