Omnivox Autologin
Liberate you from the suffering of entering username/password everytime to log in Omnivox. Save 10 seconds/day.
什麼是Omnivox Autologin?
Omnivox Autologin是由Jack Zhang開發的Chrome擴展程式,該擴展的主要功能是“Liberate you from the suffering of entering username/password everytime to log in Omnivox. Save 10 seconds/day.”。
擴展截圖
下載Omnivox Autologin擴展crx文件
下載Omnivox Autologin擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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'
擴展基本資訊
名稱 | Omnivox Autologin |
ID | hbamcojohncikpkplcklplmddinlmgfl |
官方網址 | https://chromewebstore.google.com/detail/omnivox-autologin/hbamcojohncikpkplcklplmddinlmgfl |
簡介 | Liberate you from the suffering of entering username/password everytime to log in Omnivox. Save 10 seconds/day. |
檔案大小 | 322 KB |
安裝次數 | 116 |
目前版本 | 0.14 |
更新時間 | 2014-01-06 |
上架時間 | 2014-01-06 |
評分 | 4.73/5 共 11 次評分 |
開發者 | Jack Zhang |
付費類型 | free |
支援的語言 | 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" ] } } |