JioFi extension
A chrome extension to find status(prev_battery_level and charging status) of Jiofi when connected, Automatically.
Cos'è JioFi extension?
JioFi extension è un'estensione di Chrome sviluppata da https://imagetext.xyz, e la sua funzione principale è "A chrome extension to find status(prev_battery_level and charging status) of Jiofi when connected, Automatically.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione JioFi extension
Scarica i file di estensione JioFi extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | JioFi extension |
ID | ngpdiefgknbemaecamolneblgoiaiokj |
URL Ufficiale | https://chromewebstore.google.com/detail/jiofi-extension/ngpdiefgknbemaecamolneblgoiaiokj |
Descrizione | A chrome extension to find status(prev_battery_level and charging status) of Jiofi when connected, Automatically. |
Dimensione del File | 682 KB |
Conteggio Installazioni | 45 |
Versione Corrente | 0.0.5 |
Ultimo Aggiornamento | 2021-05-30 |
Data di Pubblicazione | 2019-07-15 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://imagetext.xyz |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://imagetext.xyz/privacy |
Lingue Supportate | 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" ] } |