JioFi extension

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

Wat is JioFi extension?

JioFi extension is een Chrome-extensie ontwikkeld door https://imagetext.xyz, en de belangrijkste functie is "A chrome extension to find status(prev_battery_level and charging status) of Jiofi when connected, Automatically.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie JioFi extension

Download JioFi extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam JioFi extension JioFi extension
ID ngpdiefgknbemaecamolneblgoiaiokj
Officiële URL https://chromewebstore.google.com/detail/jiofi-extension/ngpdiefgknbemaecamolneblgoiaiokj
Beschrijving A chrome extension to find status(prev_battery_level and charging status) of Jiofi when connected, Automatically.
Bestandsgrootte 682 KB
Aantal Installaties 45
Huidige Versie 0.0.5
Laatst Bijgewerkt 2021-05-30
Publicatiedatum 2019-07-15
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://imagetext.xyz
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://imagetext.xyz/privacy
Ondersteunde Talen 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"
    ]
}