JioFi extension

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

JioFi extension क्या है?

JioFi extension https://imagetext.xyz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chrome extension to find status(prev_battery_level and charging status) of Jiofi when connected, Automatically."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में JioFi extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}