Hello Talent

Hello Talent

Source and qualify candidates anywhere you find them on the web

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Source and qualify candidates anywhere you find them on the web",
  "name": "Hello Talent",
  "author": "Hello Talent",
  "manifest_version": 3,
  "version": "2.20.17.0",
  "action": {
    "default_icon": {
      "20": "Images/favicon.png"
    },
    "default_title": "Import to Hello Talent"
  },
  "icons": {
    "16": "Images/favicon.png",
    "64": "Images/icon64.png",
    "128": "Images/icon128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "Scripts/paths.json",
        "Scripts/XingPayloadProfileDetails.json"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "background": {
    "service_worker": "Scripts/background.js"
  },
  "permissions": [
    "activeTab",
    "webNavigation",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ]
}