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開發的Chrome擴展程式,該擴展的主要功能是“A chrome extension to find status(prev_battery_level and charging status) of Jiofi when connected, Automatically.”。

擴展截圖

screenshot

下載JioFi extension擴展crx文件

下載JioFi extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}