NEU Library Access

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

NEU Library Accessคืออะไร?

NEU Library Access เป็นส่วนขยายของ Chrome ที่พัฒนาโดย abhishek samanta และคุณลักษณะหลักของมันคือ "This extension lets users access all websites supported by ezproxy with NEU credentials"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NEU Library Access

ดาวน์โหลดไฟล์ส่วนขยาย NEU Library Access ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
}