JioFi extension

A chrome extension to find status(prev_battery_level and charging status) of Jiofi when connected, Automatically.

Что такое JioFi extension?

JioFi extension - это расширение Chrome, разработанное https://imagetext.xyz, и его основная функция - "A chrome extension to find status(prev_battery_level and charging status) of Jiofi when connected, Automatically.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения JioFi extension

Скачайте файлы расширений JioFi extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        A chrome extension to find status of Jiofi when connected, Automatically.

Features -
   Get remaining battery power of connected jiofi
   Notify user when power is less than 10 %

Currently supports Jiofi model 4 and 5 only.                    

Основная информация о расширении

Название JioFi extension JioFi extension
ID ngpdiefgknbemaecamolneblgoiaiokj
Официальный URL https://chromewebstore.google.com/detail/jiofi-extension/ngpdiefgknbemaecamolneblgoiaiokj
Описание A chrome extension to find status(prev_battery_level and charging status) of Jiofi when connected, Automatically.
Размер файла 682 KB
Количество установок 45
Текущая Версия 0.0.5
Последнее Обновление 2021-05-30
Дата публикации 2019-07-15
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://imagetext.xyz
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://imagetext.xyz/privacy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JioFi extension",
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "A chrome extension to find status(prev_battery_level and charging status) of Jiofi when connected, Automatically.",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "permissions": [
        "storage",
        "http:\/\/jiofi.local.html\/cgi-bin\/qcmap_web_cgi",
        "notifications"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "JioFi extension",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "images\/*.png"
    ]
}