LinkMatch For Zoho CRM

LinkMatch For Zoho CRM

Automated LinkedIn sourcing for Zoho CRM

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "externally_connectable": {
    "matches": [
      "http://localhost/*",
      "https://*.linkmatch.net/*"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.linkedin.com/*",
        "https://*.xing.com/*"
      ],
      "js": [
        "content-script-bundle.js"
      ],
      "css": [
        "content-styles.css",
        "content-styles1.css",
        "content-script-styles.css"
      ],
      "run_at": "document_end"
    },
    {
      "run_at": "document_end",
      "css": [
        "content-styles.css",
        "content-script-styles.css"
      ],
      "js": [
        "content-script-bundle.js"
      ],
      "matches": [
        "https://www.linkedin.com/404/*",
        "https://*.xing.com/404/*"
      ],
      "all_frames": true
    }
  ],
  "background": {
    "scripts": [
      "background-script-bundle.js"
    ]
  },
  "options_page": "options_page.html",
  "description": "Automated LinkedIn sourcing for Zoho CRM",
  "short_name": "LinkMatch",
  "name": "LinkMatch For Zoho CRM",
  "manifest_version": 2,
  "permissions": [
    "tabs",
    "storage",
    "https://*.zoho.com/*",
    "https://*.zoho.jp/*",
    "https://*.zoho.eu/*",
    "https://*.zoho.in/*",
    "https://*.zoho.com.au/*",
    "https://*.zoho.com.cn/*",
    "https://*.linkedin.com/*",
    "https://*.xing.com/*",
    "https://*.zohoapis.com/*",
    "https://*.zohoapis.jp/*",
    "https://*.zohoapis.eu/*",
    "https://*.zohoapis.us/*",
    "https://*.zohoapis.in/*",
    "https://*.zohoapis.com.au/*",
    "https://*.zohoapis.com.cn/*",
    "https://*.linkmatch.net/*"
  ],
  "icons": {
    "16": "icon48.png",
    "48": "icon48.png",
    "128": "icon48.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "icon48.png",
      "38": "icon48.png"
    }
  },
  "version": "13.33"
}