LinkMatch For Pipedrive

LinkMatch For Pipedrive

Automated LinkedIn sourcing for Pipedrive

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "options_page": "options_page.html",
  "background": {
    "scripts": [
      "background-script-bundle.js"
    ]
  },
  "short_name": "LinkMatch",
  "manifest_version": 2,
  "name": "LinkMatch For Pipedrive",
  "browser_action": {
    "default_icon": {
      "19": "icon48.png",
      "38": "icon48.png"
    }
  },
  "description": "Automated LinkedIn sourcing for Pipedrive",
  "version": "9.90",
  "content_scripts": [
    {
      "run_at": "document_end",
      "css": [
        "content-styles.css",
        "content-styles1.css",
        "content-script-styles.css"
      ],
      "js": [
        "content-script-bundle.js"
      ],
      "matches": [
        "https://*.linkedin.com/*",
        "https://*.xing.com/*"
      ]
    },
    {
      "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
    }
  ],
  "icons": {
    "16": "icon48.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "externally_connectable": {
    "matches": [
      "http://localhost/*",
      "https://*.linkmatch.net/*",
      "https://*.linkmatch.com/*",
      "http://localhost:5173/*"
    ]
  },
  "permissions": [
    "tabs",
    "https://*.pipedrive.com/*",
    "https://*.linkedin.com/*",
    "https://*.xing.com/*",
    "https://*.linkmatch.net/*",
    "https://*.linkmatch.com/*",
    "storage"
  ]
}