Clinch Sourcing Companion

Clinch Sourcing Companion

Make it simple to leverage the power of the Clinch CRM no matter where they are engaging with candidates

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Clinch Sourcing Companion",
  "description": "Make it simple to leverage the power of the Clinch CRM no matter where they are engaging with candidates",
  "version": "1.0",
  "manifest_version": 3,
  "icons": {
    "48": "icons/clinch_navy_spot_rgb.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://app.clinchtalent.com/*",
        "https://*.pageuppeople.com/*"
      ],
      "js": [
        "js/popup.js"
      ]
    }
  ],
  "action": {
    "default_popup": "html/popup.html"
  }
}