JobSeer: Accelerate your job search

JobSeer: Accelerate your job search

Know your resume-job match in seconds and get referred by internal employees.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "JobSeer: Accelerate your job search",
  "version": "1.2.1",
  "description": "Know your resume-job match in seconds and get referred by internal employees.",
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": true
  },
  "browser_action": {},
  "icons": {
    "16": "images/icons/icon_16.png",
    "48": "images/icons/icon_48.png",
    "128": "images/icons/icon_128.png"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://www.google-analytics.com; object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle",
      "js": [
        "js/contentContainer.js"
      ],
      "css": [
        "css/contentContainer.css"
      ]
    }
  ],
  "permissions": [
    "cookies",
    "storage",
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "externally_connectable": {
    "matches": [
      "*://localhost/*",
      "*://jobseer.testhtm.com/*",
      "*://jobseer.ai/*"
    ]
  },
  "web_accessible_resources": [
    "images/*",
    "font/*",
    "media/*",
    "videos/*",
    "index.html",
    "js/*",
    "css/*"
  ],
  "manifest_version": 2
}