FU Connect
Auto connect to dormitory network for FPT University Student!
ما هو FU Connect؟
FU Connect هو إضافة Chrome تم تطويرها بواسطة tobernguyen، والميزة الرئيسية لها هي "Auto connect to dormitory network for FPT University Student!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة FU Connect
قم بتنزيل ملفات الامتداد FU Connect بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" ] } } |