Recruit CRM Sourcing Extension

Recruit CRM Sourcing Extension

Source candidates & clients from anywhere with the handy Recruit CRM extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Recruit CRM Sourcing Extension",
  "version": "3.1.45",
  "description": "Source candidates & clients from anywhere with the handy Recruit CRM extension",
  "permissions": [
    "activeTab",
    "privacy",
    "https://app.recruitcrm.io/",
    "https://albatross.recruitcrm.io/"
  ],
  "background": {
    "scripts": [
      "background.js",
      "assets/js/jquery.3.3.1.min.js",
      "assets/js/materialize.min.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": {
      "16": "assets/images/logo-16.png",
      "32": "assets/images/logo-32.png",
      "48": "assets/images/logo-48.png",
      "128": "assets/images/logo-128.png"
    }
  },
  "icons": {
    "16": "assets/images/logo-16.png",
    "32": "assets/images/logo-32.png",
    "48": "assets/images/logo-48.png",
    "128": "assets/images/logo-128.png"
  },
  "web_accessible_resources": [
    "views/*",
    "assets/*"
  ],
  "manifest_version": 2
}