JioFi extension

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

JioFi extensionคืออะไร?

JioFi extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://imagetext.xyz และคุณลักษณะหลักของมันคือ "A chrome extension to find status(prev_battery_level and charging status) of Jiofi when connected, Automatically."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JioFi extension

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    ]
}