Kambani
A Factom addresses and identity management system in your browser.
Kambani là gì?
Kambani là một tiện ích mở rộng Chrome được phát triển bởi https://factomatic.io, và tính năng chính của nó là "A Factom addresses and identity management system in your browser.".
Ả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 Kambani
Tải xuống các tệp mở rộng Kambani 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
Kambani enables the storage of keys and digital identities, associated with the Factom blockchain, inside an encrypted "vault". It can be used to sign arbitrary requests from websites, effectively turning web applications into Factom enabled dApps. Kambani provides an intuitive UI for: * importing FCT/EC addresses * creating and managing digital identities * creating an encrypted backup of your vault * reviewing and signing incoming requests from Kambani-enabled websites
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | oiceedellfbhhplkfkpkkocbdkifpili |
URL Chính Thức | https://chromewebstore.google.com/detail/kambani/oiceedellfbhhplkfkpkkocbdkifpili |
Mô tả | A Factom addresses and identity management system in your browser. |
Kích Thước Tệp | 2.15 MB |
Số Lần Cài Đặt | 508 |
Phiên Bản Hiện Tại | 0.1.3 |
Cập Nhật Lần Cuối | 2020-01-15 |
Ngày Phát Hành | 2020-01-14 |
Đánh Giá | 5.00/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | https://factomatic.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/factomatic/kambani |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kambani", "description": "A Factom addresses and identity management system in your browser.", "version": "0.1.3", "permissions": [ "activeTab", "notifications", "storage", "unlimitedStorage", "clipboardWrite", "https:\/\/testnet-api.factomatic.io\/write-did" ], "browser_action": { "default_title": "Kambani", "default_popup": "index.html" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ " |