ZooBC Connect
Chrome extension to bridge between ZooBC Web Wallet and Hardware Wallet
ZooBC Connect là gì?
ZooBC Connect là một tiện ích mở rộng Chrome được phát triển bởi Quasisoft Limited, và tính năng chính của nó là "Chrome extension to bridge between ZooBC Web Wallet and Hardware Wallet".
Ả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 ZooBC Connect
Tải xuống các tệp mở rộng ZooBC Connect 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
ZooBC connect is a companion app for https://zoobc.one to let users sign transactions with their government released eID card or with hardware wallets such as Ledger Nano or Safe Pal.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cfnlljelhmoimoihkljfpmcjkpldocfa |
URL Chính Thức | https://chrome.google.com/webstore/detail/zoobc-connect/cfnlljelhmoimoihkljfpmcjkpldocfa |
Mô tả | Chrome extension to bridge between ZooBC Web Wallet and Hardware Wallet |
Kích Thước Tệp | 2.09 MB |
Số Lần Cài Đặt | 17 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2021-03-24 |
Ngày Phát Hành | 2021-03-24 |
Nhà Phát Triển | Quasisoft Limited |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://zoobc.com |
URL Trang Trợ Giúp | https://zoobc.org |
URL Trang Chính Sách Bảo Mật | https://quasisoft.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ZooBC Connect", "version": "1.1", "description": "Chrome extension to bridge between ZooBC Web Wallet and Hardware Wallet", "manifest_version": 2, "browser_action": { "default_popup": "index.html", "default_icon": "assets\/img\/zbc-black.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "background": { "scripts": [ "background.js" ], "persistent": false }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "http:\/\/zoobc.one\/", "http:\/\/staging.zoobc.one\/" ] }, "permissions": [ "tabs", "storage", "usb" ] } |