JioFi extension
A chrome extension to find status(prev_battery_level and charging status) of Jiofi when connected, Automatically.
JioFi extension là gì?
JioFi extension là một tiện ích mở rộng Chrome được phát triển bởi https://imagetext.xyz, và tính năng chính của nó là "A chrome extension to find status(prev_battery_level and charging status) of Jiofi when connected, Automatically.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng JioFi extension
Tải xuống các tệp mở rộng JioFi extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | JioFi extension |
ID | ngpdiefgknbemaecamolneblgoiaiokj |
URL Chính Thức | https://chromewebstore.google.com/detail/jiofi-extension/ngpdiefgknbemaecamolneblgoiaiokj |
Mô tả | A chrome extension to find status(prev_battery_level and charging status) of Jiofi when connected, Automatically. |
Kích Thước Tệp | 682 KB |
Số Lần Cài Đặt | 45 |
Phiên Bản Hiện Tại | 0.0.5 |
Cập Nhật Lần Cuối | 2021-05-30 |
Ngày Phát Hành | 2019-07-15 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://imagetext.xyz |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://imagetext.xyz/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |