JioFi extension
A chrome extension to find status(prev_battery_level and charging status) of Jiofi when connected, Automatically.
Vad är JioFi extension?
JioFi extension är en Chrome-tillägg utvecklad av https://imagetext.xyz, och dess huvudfunktion är "A chrome extension to find status(prev_battery_level and charging status) of Jiofi when connected, Automatically.".
Tilläggsskärmbilder
Ladda ner JioFi extension-förlängningens CRX-fil
Ladda ner JioFi extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | ngpdiefgknbemaecamolneblgoiaiokj |
| Officiell webbadress | https://chromewebstore.google.com/detail/jiofi-extension/ngpdiefgknbemaecamolneblgoiaiokj |
| Beskrivning | A chrome extension to find status(prev_battery_level and charging status) of Jiofi when connected, Automatically. |
| Filstorlek | 682 KB |
| Antal Installationer | 45 |
| Aktuell Version | 0.0.5 |
| Senast Uppdaterad | 2021-05-30 |
| Publiceringsdatum | 2019-07-15 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | https://imagetext.xyz |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://imagetext.xyz/privacy |
| Stödda Språk | 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"
]
} | |