Free B2B Contact Info by AroundDeal

Free B2B Contact Info by AroundDeal

Find B2B contact info & auto-convert jd to shortlist within seconds. AI recruiting and prospecting. ChatGPT-powered. Try for Free!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Free B2B Contact Info by AroundDeal",
  "short_name": "AroundDeal",
  "description": "Find B2B contact info & auto-convert jd to shortlist within seconds. AI recruiting and prospecting. ChatGPT-powered. Try for Free!",
  "version": "8.5.5",
  "icons": {
    "16": "assets/icon-16.png",
    "32": "assets/icon-32.png",
    "48": "assets/icon-48.png",
    "128": "assets/icon-128.png",
    "192": "assets/icon-192.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icons": {
      "16": "assets/icon-16.png",
      "32": "assets/icon-32.png",
      "48": "assets/icon-48.png",
      "128": "assets/icon-128.png",
      "192": "assets/icon-192.png"
    }
  },
  "permissions": [
    "tabs",
    "activeTab",
    "background",
    "cookies",
    "storage",
    "downloads",
    "contextMenus",
    "notifications",
    "alarms"
  ],
  "incognito": "split",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "ardl_mv3.js",
        "ardl_mv3_content.js",
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*",
        "static/*",
        "popup.html",
        "index.html"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ]
}