FU Connect
Auto connect to dormitory network for FPT University Student!
FU Connect क्या है?
FU Connect tobernguyen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Auto connect to dormitory network for FPT University Student!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में FU Connect एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
FU Connect provides: - Automatically login when detecting FU Dormitory network - Prevent disconnecting when idle - Automatically re-login when detecting disconnection - Notify users if internet is available at the moment by changing the icon on the action bar
एक्सटेंशन की मूल जानकारी
नाम | FU Connect |
ID | emphckhenlofgfjbjjokfeeioaiafnle |
आधिकारिक URL | https://chromewebstore.google.com/detail/fu-connect/emphckhenlofgfjbjjokfeeioaiafnle |
विवरण | Auto connect to dormitory network for FPT University Student! |
फ़ाइल का आकार | 1.07 MB |
स्थापना संख्या | 43 |
वर्तमान संस्करण | 1.3.0 |
अंतिम अपडेट | 2016-04-14 |
प्रकाशन तिथि | 2016-04-14 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | tobernguyen |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FU Connect", "version": "1.3.0", "description": "Auto connect to dormitory network for FPT University Student!", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png", "default_title": "FU Connect", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "webRequest", "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] } } |