Haley Recruiting

Haley Recruiting

Read and update your data in your ATS and other sites

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Haley Recruiting",
  "version": "1.6.0",
  "offline_enabled": false,
  "description": "Read and update your data in your ATS and other sites",
  "short_name": "HR",
  "icons": {
    "16": "icons/16x16.png",
    "32": "icons/32x32.png",
    "48": "icons/48x48.png",
    "128": "icons/128x128.png"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "vendorJs/jquery-3.3.1.min.js",
      "vendorJs/moment.min.js",
      "js/helper/storage.helper.js",
      "js/helper/ajax.helper.js",
      "js/helper/commons.js",
      "js/helper/alarm.helper.js",
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://employer.careerbuilder.com/jobposter/resumes/ResumeDetails.aspx*"
      ],
      "css": [
        "css/sidebar.css"
      ],
      "js": [
        "vendorJs/jquery-3.3.1.min.js",
        "vendorJs/moment.min.js",
        "js/helper/storage.helper.js",
        "js/helper/commons.js",
        "js/sidebar.js",
        "js/helper/state.list.js",
        "js/cs_careerbuilder.js"
      ],
      "run_at": "document_end",
      "all_frames": false
    },
    {
      "matches": [
        "*://hiring.monster.com/jcm/candidates/index1.aspx*",
        "*://hiring.monster.com/searchmonster/job/*"
      ],
      "css": [
        "css/sidebar.css"
      ],
      "js": [
        "vendorJs/jquery-3.3.1.min.js",
        "vendorJs/moment.min.js",
        "js/helper/storage.helper.js",
        "js/helper/ajax.helper.js",
        "js/helper/commons.js",
        "js/sidebar.js",
        "js/helper/state.list.js",
        "js/cs_monster.js"
      ],
      "run_at": "document_end",
      "all_frames": false
    },
    {
      "matches": [
        "*://beyond.ontempworks.com/*",
        "*://beyond.tempworks.io/*"
      ],
      "css": [
        "css/sidebar.css"
      ],
      "js": [
        "vendorJs/jquery-3.3.1.min.js",
        "vendorJs/moment.min.js",
        "js/helper/storage.helper.js",
        "js/helper/commons.js",
        "js/helper/state.list.js",
        "js/sidebar.js",
        "js/cs_tempworks.js"
      ],
      "run_at": "document_end",
      "all_frames": false
    },
    {
      "matches": [
        "*://*.ziprecruiter.com/resume-database/view/*"
      ],
      "css": [
        "css/sidebar.css"
      ],
      "js": [
        "vendorJs/jquery-3.3.1.min.js",
        "vendorJs/moment.min.js",
        "js/helper/storage.helper.js",
        "js/helper/commons.js",
        "js/sidebar.js",
        "js/cs_ziprecruiter.js"
      ],
      "run_at": "document_end",
      "all_frames": false
    },
    {
      "matches": [
        "*://app.bullhornstaffing.com/*"
      ],
      "css": [
        "css/sidebar.css"
      ],
      "js": [
        "vendorJs/jquery-3.3.1.min.js",
        "vendorJs/moment.min.js",
        "js/helper/storage.helper.js",
        "js/sidebar.js",
        "js/cs_bullhorn.js"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "browser_action": {
    "default_title": "Haley Recruiting",
    "default_icon": {
      "16": "icons/16x16.png",
      "32": "icons/32x32.png",
      "48": "icons/48x48.png",
      "128": "icons/128x128.png"
    }
  },
  "permissions": [
    "alarms",
    "tabs",
    "storage",
    "activeTab",
    "webNavigation",
    "management"
  ],
  "web_accessible_resources": [
    "*"
  ]
}