Linkedin H1B Checker

Linkedin H1B Checker

This extension helps LinkedIn/Glassdoor users to effectively do their job search and find Visa specific job opening

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com; object-src 'self'",
  "manifest_version": 2,
  "name": "Linkedin H1B Checker",
  "version": "0.66",
  "description": "This extension helps LinkedIn/Glassdoor users to effectively do their job search and find Visa specific job opening",
  "content_scripts": [
    {
      "matches": [
        "https://www.linkedin.com/jobs/*",
        "http://www.linkedin.com/jobs/*"
      ],
      "js": [
        "jquery.min.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "jquery.min.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "di.png"
  },
  "icons": {
    "16": "di_16.png",
    "48": "di_48.png",
    "128": "di_128.png"
  },
  "permissions": [
    "activeTab",
    "*://developer.mozilla.org/*",
    "webRequest",
    "https://us-central1-cobalt-antenna-278103.cloudfunctions.net/*",
    "https://us-central1-cobalt-antenna-278103.cloudfunctions.net/nihar_test01*"
  ]
}