JioFi extension

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

Co je JioFi extension?

JioFi extension je rozšíření Chrome vyvinuté https://imagetext.xyz, a jeho hlavní funkcí je „A chrome extension to find status(prev_battery_level and charging status) of Jiofi when connected, Automatically.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření JioFi extension

Stáhněte si soubory rozšíření JioFi extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název JioFi extension JioFi extension
ID ngpdiefgknbemaecamolneblgoiaiokj
Oficiální URL https://chromewebstore.google.com/detail/jiofi-extension/ngpdiefgknbemaecamolneblgoiaiokj
Popis A chrome extension to find status(prev_battery_level and charging status) of Jiofi when connected, Automatically.
Velikost souboru 682 KB
Počet instalací 45
Aktuální Verze 0.0.5
Poslední Aktualizace 2021-05-30
Datum Vydání 2019-07-15
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://imagetext.xyz
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://imagetext.xyz/privacy
Podporované Jazyky 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"
    ]
}