UoA ezproxy redirector
Add ezproxy.auckland.ac.nz to the end of the domain name
UoA ezproxy redirector क्या है?
UoA ezproxy redirector f.farhour द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add ezproxy.auckland.ac.nz to the end of the domain name"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में UoA ezproxy redirector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Specific to University of Auckland users: When clicked on, redirects webpage to the ezproxy.auckland.ac.nz domain, allowing easy access to online resources & library databases.
एक्सटेंशन की मूल जानकारी
नाम | UoA ezproxy redirector |
ID | ecddbmobiamlilleniopapkngifleppa |
आधिकारिक URL | https://chromewebstore.google.com/detail/uoa-ezproxy-redirector/ecddbmobiamlilleniopapkngifleppa |
विवरण | Add ezproxy.auckland.ac.nz to the end of the domain name |
फ़ाइल का आकार | 105 KB |
स्थापना संख्या | 62 |
वर्तमान संस्करण | 0.0.0.2 |
अंतिम अपडेट | 2017-04-19 |
प्रकाशन तिथि | 2017-04-19 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | f.farhour |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://www.library.auckland.ac.nz/access/ezproxy.htm |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UoA ezproxy redirector", "version": "0.0.0.2", "description": "Add ezproxy.auckland.ac.nz to the end of the domain name", "author": "Farmehr Farhour [email protected]", "permissions": [ "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon2.png", "default_title": "Add ezproxy.auckland.ac.nz to the end of the domain name" }, "icons": { "16": "icon2.png", "48": "icon.png", "128": "icon.png" } } |