Contact Data Scraper/Extractor

Contact Data Scraper/Extractor

Highlight any contact data and send the results to a webhook or export to a CSV file to import into your CRM.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Contact Data Scraper/Extractor",
  "description": "Highlight any contact data and send the results to a webhook or export to a CSV file to import into your CRM.",
  "version": "1.4",
  "permissions": [
    "contextMenus",
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "selection.js"
    ]
  },
  "manifest_version": 2
}