Kambani
A Factom addresses and identity management system in your browser.
Co to jest Kambani?
Kambani to rozszerzenie Chrome opracowane przez https://factomatic.io, a jego główną funkcją jest „A Factom addresses and identity management system in your browser.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Kambani
Pobierz pliki rozszerzeń Kambani w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | oiceedellfbhhplkfkpkkocbdkifpili |
Oficjalny URL | https://chromewebstore.google.com/detail/kambani/oiceedellfbhhplkfkpkkocbdkifpili |
Opis | A Factom addresses and identity management system in your browser. |
Rozmiar pliku | 2.15 MB |
Liczba instalacji | 508 |
Aktualna Wersja | 0.1.3 |
Ostatnia Aktualizacja | 2020-01-15 |
Data Publikacji | 2020-01-14 |
Ocena | 5.00/5 Łącznie 10 Oceny |
Deweloper | https://factomatic.io |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/factomatic/kambani |
Obsługiwane Języki | 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": [ " |