Sats Extension by Casa

Easily make & receive Bitcoin and Lightning Network payments on the web using your Casa Node.

O que é Sats Extension by Casa?

Sats Extension by Casa é uma extensão do Chrome desenvolvida por https://keys.casa, e sua principal característica é "Easily make & receive Bitcoin and Lightning Network payments on the web using your Casa Node.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Sats Extension by Casa

Baixe arquivos de extensão Sats Extension by Casa 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

                        The Sats Extension is the fastest, easiest way to use Bitcoin and the Lightning Network on the web. 

- Easily connect to your Casa Node with one click. No more digging through confusing command line instructions to find authentication files.
- Keep your funds secure by connecting with your Casa Node password
- Make or receive Lightning payments on websites without leaving the site. The Sats Extension works seamlessly with your node to let you transact without navigating through the node interface.
- Quickly deposit and withdraw Bitcoin from your Casa Node's on-chain wallet.                    

Informações Básicas da Extensão

Nome Sats Extension by Casa Sats Extension by Casa
ID lnaedehiikghclgaikolambpbpeknpef
URL Oficial https://chrome.google.com/webstore/detail/sats-extension-by-casa/lnaedehiikghclgaikolambpbpeknpef
Descrição Easily make & receive Bitcoin and Lightning Network payments on the web using your Casa Node.
Tamanho do Arquivo 330 KB
Contagem de Instalações 784
Versão Atual 1.0.10
Última Atualização 2019-07-28
Data de Publicação 2019-07-28
Classificação 5.00/5 Total de 10 Avaliações
Desenvolvedor https://keys.casa
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://keys.casa/node-extension/
URL da Página de Ajuda https://support.keys.casa
URL da Página de Política de Privacidade https://keys.casa/privacy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sats Extension by Casa",
    "description": "Easily make & receive Bitcoin and Lightning Network payments on the web using your Casa Node.",
    "version": "1.0.10",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "Sats Extension by Casa",
        "default_popup": "popup\/popup.html"
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true,
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "*.js",
        "*.html"
    ],
    "permissions": [
        "http:\/\/casa-node.local\/",
        "storage",
        "activeTab",
        "clipboardWrite",
        "contextMenus"
    ]
}