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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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" ] } } |