Employer Checker

Employer Checker

This handy tool shows you the employer's rating in a job ads page. Supports Linkedin and many popular career websites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Employer Checker",
  "description": "This handy tool shows you the employer's rating in a job ads page. Supports Linkedin and many popular career websites.",
  "version": "2.1.0",
  "browser_action": {
    "default_title": "Employer Checker",
    "default_icon": "img/icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "declarativeContent",
    "storage",
    "https://www.glassdoor.com/"
  ]
}