NEU Library Access

This extension lets users access all websites supported by ezproxy with NEU credentials

Was ist NEU Library Access?

NEU Library Access ist eine Chrome-Erweiterung, die von abhishek samanta entwickelt wurde, und ihr Hauptmerkmal ist "This extension lets users access all websites supported by ezproxy with NEU credentials".

Erweiterungsscreenshots

screenshot
screenshot

NEU Library Access-Erweiterungs-CRX-Datei herunterladen

Laden Sie NEU Library Access-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name NEU Library Access NEU Library Access
ID dnlibimlgbgballjgdogmelcjfhgojno
Offizielle URL https://chromewebstore.google.com/detail/neu-library-access/dnlibimlgbgballjgdogmelcjfhgojno
Beschreibung This extension lets users access all websites supported by ezproxy with NEU credentials
Dateigröße 50.27 KB
Installationsanzahl 38
Aktuelle Version 5.5
Letztes Update 2014-03-01
Veröffentlichungsdatum 2014-02-28
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler abhishek samanta
Zahlungsart free
Unterstützte Sprachen 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"
}