Platform Plus

Platform Plus

Adds extra functionality for nGage CRMs regarding Candidates.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Platform Plus",
  "version": "1.2resigned1",
  "description": "Adds extra functionality for nGage CRMs regarding Candidates.",
  "icons": {
    "48": "icons/platformPlus.ico"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.bullhornstaffing.com/BullhornSTAFFING/UserProfile.cfm?*&profileType=Candidate&*"
      ],
      "js": [
        "constants.js",
        "popup.js",
        "bullhorn.js"
      ],
      "css": [
        "popup.css",
        "bullhorn.css"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "*://edenweb/*/candidate/view.cgi/*",
        "*://hcig-jv02/*/candidate/view.cgi/*",
        "*://hcig-jv01/*/candidate/view.cgi/*"
      ],
      "js": [
        "constants.js",
        "popup.js",
        "edenweb.js"
      ],
      "css": [
        "popup.css",
        "edenweb.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{2094b307-47f8-4737-a07c-b6de9fc39b8c}"
    }
  }
}