FU Connect
Auto connect to dormitory network for FPT University Student!
Co to jest FU Connect?
FU Connect to rozszerzenie Chrome opracowane przez tobernguyen, a jego główną funkcją jest „Auto connect to dormitory network for FPT University Student!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia FU Connect
Pobierz pliki rozszerzeń FU Connect w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | emphckhenlofgfjbjjokfeeioaiafnle |
| Oficjalny URL | https://chromewebstore.google.com/detail/fu-connect/emphckhenlofgfjbjjokfeeioaiafnle |
| Opis | Auto connect to dormitory network for FPT University Student! |
| Rozmiar pliku | 1.07 MB |
| Liczba instalacji | 43 |
| Aktualna Wersja | 1.3.0 |
| Ostatnia Aktualizacja | 2016-04-14 |
| Data Publikacji | 2016-04-14 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | tobernguyen |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
}
} | |