Omnivox Autologin

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

Cos'è Omnivox Autologin?

Omnivox Autologin è un'estensione di Chrome sviluppata da Jack Zhang, e la sua funzione principale è "Liberate you from the suffering of entering username/password everytime to log in Omnivox. Save 10 seconds/day.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Omnivox Autologin

Scarica i file di estensione Omnivox Autologin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Very simple purposes: the extension automatically logs you into your Omnivox website without the obnoxious need of manually entering student ID and password every time. Makes your life better & save 10 seconds/day.

How to use:
1) Go to the following link in address bar: chrome://extensions/
2) Click on 'Options' for Omnivox Autologin, and fill in the information needed, and click on the blue button to save your settings.
3) You'll be automatically logged in every time you visit Omnivox website.

Is it safe?
Absolutely. All the extension does is to fill in the boxes on login page and to click the bottom for you. In case of further doubt, you can view its source code in 'C:\Documents and Settings\*UserName*\Local Settings\Application Data\Google\Chrome\User Data\Default\Extensions'                    

Informazioni di Base sull'Estensione

Nome Omnivox Autologin Omnivox Autologin
ID hbamcojohncikpkplcklplmddinlmgfl
URL Ufficiale https://chromewebstore.google.com/detail/omnivox-autologin/hbamcojohncikpkplcklplmddinlmgfl
Descrizione Liberate you from the suffering of entering username/password everytime to log in Omnivox. Save 10 seconds/day.
Dimensione del File 322 KB
Conteggio Installazioni 116
Versione Corrente 0.14
Ultimo Aggiornamento 2014-01-06
Data di Pubblicazione 2014-01-06
Valutazione 4.73/5 Totale 11 Valutazioni
Sviluppatore Jack Zhang
Tipo di Pagamento free
Lingue Supportate en
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"
        ]
    }
}