NEU Library Access
This extension lets users access all websites supported by ezproxy with NEU credentials
NEU Library Access란 무엇입니까?
NEU Library Access은(는) abhishek samanta에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension lets users access all websites supported by ezproxy with NEU credentials"입니다.
확장 프로그램 스크린샷
NEU Library Access 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension lets users login to NEU library supported websites using myNEU credentials. How it works: A set of websites where myNEU credential is accepted is available at "http://ezproxy.neu.edu/menu". Whenever one of these websites is visited this extension takes actions depending on mode selected from options page. If "1 CLICK" option is selected, the extension tries to sign in the user directly on opening the page. Otherwise, if "2 CLICK" option is selected, a small icon is shown at the extreme right side of the address bar and by clicking it an user logs in to the website using myNEU credentials. Moreover, if the user has selected to use this extension only when being used from non-neu network, the extension only tries to sign-in users when being used from outside neu networks. P.S: This extension does not store myNEU credentials.
확장 프로그램 기본 정보
이름 | NEU Library Access |
ID | dnlibimlgbgballjgdogmelcjfhgojno |
공식 URL | https://chromewebstore.google.com/detail/neu-library-access/dnlibimlgbgballjgdogmelcjfhgojno |
설명 | This extension lets users access all websites supported by ezproxy with NEU credentials |
파일 크기 | 50.27 KB |
설치 횟수 | 38 |
현재 버전 | 5.5 |
최근 업데이트 | 2014-03-01 |
출시 날짜 | 2014-02-28 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | abhishek samanta |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NEU Library Access", "description": "This extension lets users access all websites supported by ezproxy with NEU credentials", "version": "5.5", "icons": { "16": "NEULibraryPass16.png", "48": "NEULibraryPass48.png", "128": "NEULibraryPass128.png" }, "background": { "scripts": [ "NEULibraryPass.js" ] }, "page_action": { "default_icon": "NEULibraryPass16.png" }, "permissions": [ "tabs", "storage", "contextMenus", "http:\/\/ezproxy.neu.edu\/", "http:\/\/ip-lookup.net\/" ], "options_page": "options.html" } |