Kambani
A Factom addresses and identity management system in your browser.
O que é Kambani?
Kambani é uma extensão do Chrome desenvolvida por https://factomatic.io, e sua principal característica é "A Factom addresses and identity management system in your browser.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Kambani
Baixe arquivos de extensão Kambani no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | oiceedellfbhhplkfkpkkocbdkifpili |
URL Oficial | https://chromewebstore.google.com/detail/kambani/oiceedellfbhhplkfkpkkocbdkifpili |
Descrição | A Factom addresses and identity management system in your browser. |
Tamanho do Arquivo | 2.15 MB |
Contagem de Instalações | 508 |
Versão Atual | 0.1.3 |
Última Atualização | 2020-01-15 |
Data de Publicação | 2020-01-14 |
Classificação | 5.00/5 Total de 10 Avaliações |
Desenvolvedor | https://factomatic.io |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/factomatic/kambani |
Idiomas Suportados | 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": [ " |