SmartReview

SmartReview

Extension that allows you to browse through PDF resumes and take quick recruiting actions on your job

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SmartReview",
  "version": "1.2.3",
  "description": "Extension that allows you to browse through PDF resumes and take quick recruiting actions on your job",
  "manifest_version": 2,
  "browser_action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "js": [
        "script.js"
      ],
      "matches": [
        "https://www.smartrecruiters.com/app/jobs/details/*"
      ]
    }
  ]
}