trackjobs4.me

trackjobs4.me

Streamline your job hunt process by using a simple and easy to use platform to add and track jobs you're applying to.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "trackjobs4.me",
  "version": "1.0.0.2",
  "author": "Zain Shafique",
  "description": "Streamline your job hunt process by using a simple and easy to use platform to add and track jobs you're applying to.",
  "manifest_version": 2,
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png",
    "512": "icons/icon512.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "src/analyzer/stopwords.js",
        "src/analyzer/commonwords.js",
        "src/analyzer/companyfilters.js",
        "src/analyzer/document_analyzer.js",
        "src/main.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "src/views/index.html",
    "default_title": "trackjobs4.me"
  },
  "permissions": [
    "https://api.trackjobs4.me/",
    "cookies"
  ]
}