Intercom Lead Creator

Intercom Lead Creator

Manually create new Intercom lead accounts from your browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Intercom Lead Creator",
  "version": "1.1",
  "description": "Manually create new Intercom lead accounts from your browser.",
  "manifest_version": 2,
  "permissions": [
    "storage",
    "identity",
    "https://api.intercom.io/*"
  ],
  "options_page": "options.html",
  "browser_action": {
    "default_title": "Intercom Lead Creator",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icon_16.png",
      "32": "images/icon_32.png",
      "48": "images/icon_48.png",
      "128": "images/icon_128.png"
    }
  },
  "icons": {
    "16": "images/icon_16.png",
    "32": "images/icon_32.png",
    "48": "images/icon_48.png",
    "128": "images/icon_128.png"
  }
}