HireBee

HireBee

With Hirebee Sourcing Extension you can save time and source candidates 3 times faster. Simply fill in all relevant information…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "HireBee",
  "version": "1.0.9",
  "permissions": [
    "activeTab",
    "storage",
    "https://api.hirebee.ai/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "app.js"
      ],
      "css": [
        "browser.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "img/*",
    "fonts/*",
    "app.css"
  ],
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "browser_action": {
    "default_title": "Open the popup"
  }
}