Omnivox Autologin

Omnivox Autologin

Liberate you from the suffering of entering username/password everytime to log in Omnivox. Save 10 seconds/day.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Omnivox Autologin",
  "default_locale": "en",
  "description": "Liberate you from the suffering of entering username/password everytime to log in Omnivox. Save 10 seconds/day.",
  "version": "0.14",
  "author": "Jack Zhang",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "permissions": [
    "https://*.omnivox.ca/intr/Module/Identification/Login/*"
  ],
  "options_page": "options.html",
  "content_scripts": [
    {
      "matches": [
        "https://*.omnivox.ca/intr/Module/Identification/Login/*"
      ],
      "js": [
        "content_scripts.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}