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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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" ] } } |