Volt for Fluz
Enhances the Fluz Power Portal with additional functionality.
Volt for Fluz là gì?
Volt for Fluz là một tiện ích mở rộng Chrome được phát triển bởi https://volt.ninja, và tính năng chính của nó là "Enhances the Fluz Power Portal with additional functionality.".
Ả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 Volt for Fluz
Tải xuống các tệp mở rộng Volt for Fluz 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
Export your transactions, gain additional insight, automate common tasks, and more. All within the Fluz Power Portal.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Volt for Fluz |
ID | njdkhkhiaflehligcdfcjokjdijgnaob |
URL Chính Thức | https://chromewebstore.google.com/detail/volt-for-fluz/njdkhkhiaflehligcdfcjokjdijgnaob |
Mô tả | Enhances the Fluz Power Portal with additional functionality. |
Kích Thước Tệp | 839 KB |
Số Lần Cài Đặt | 294 |
Phiên Bản Hiện Tại | 1.0.5 |
Cập Nhật Lần Cuối | 2023-07-11 |
Ngày Phát Hành | 2023-02-27 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://volt.ninja |
steven@stevtek.com | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://volt.ninja |
URL Trang Trợ Giúp | https://help.volt.ninja |
URL Trang Chính Sách Bảo Mật | https://volt.ninja/legal/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Volt for Fluz", "version": "1.0.5", "manifest_version": 3, "description": "Enhances the Fluz Power Portal with additional functionality.", "homepage_url": "https:\/\/volt.ninja", "icons": { "16": "icon16.c1acc056.png", "32": "icon32.b35e8878.png", "48": "icon48.db290701.png", "128": "icon128.d5885843.png" }, "options_ui": { "page": "options.103cf7ad.html", "open_in_tab": true }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/power.fluz.app\/*" ], "js": [ "content.198b9587.js" ], "css": [ "content.285d98ab.css", "content.aaaeea8d.css" ] } ], "web_accessible_resources": [ { "resources": [ "static\/fonts\/Barlow-Bold-Latin.woff2", "static\/fonts\/Barlow-Regular-Latin.woff2", "static\/assets\/icons\/check2-circle.svg", "static\/assets\/icons\/download.svg", "static\/assets\/icons\/exclamation-diamond.svg", "static\/assets\/icons\/exclamation-octagon.svg", "static\/assets\/icons\/exclamation-triangle.svg", "static\/assets\/icons\/flag.svg", "static\/assets\/icons\/heart-fill.svg", "static\/assets\/icons\/send.svg", "static\/assets\/icons\/x-circle.svg" ], "matches": [ "https:\/\/power.fluz.app\/*" ] }, { "matches": [ "https:\/\/power.fluz.app\/*" ], "resources": [ "icon.cc5f2e4a.svg" ] } ] } |