Sats Extension by Casa

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

¿Qué es Sats Extension by Casa?

Sats Extension by Casa es una extensión de Chrome desarrollada por https://keys.casa, y su función principal es "Easily make & receive Bitcoin and Lightning Network payments on the web using your Casa Node.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Sats Extension by Casa

Descarga archivos de extensión Sats Extension by Casa en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Sats Extension by Casa Sats Extension by Casa
ID lnaedehiikghclgaikolambpbpeknpef
URL Oficial https://chrome.google.com/webstore/detail/sats-extension-by-casa/lnaedehiikghclgaikolambpbpeknpef
Descripción Easily make & receive Bitcoin and Lightning Network payments on the web using your Casa Node.
Tamaño del Archivo 330 KB
Cantidad de Instalaciones 784
Versión Actual 1.0.10
Última Actualización 2019-07-28
Fecha de Publicación 2019-07-28
Calificación 5.00/5 Total de 10 Calificaciones
Desarrollador https://keys.casa
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://keys.casa/node-extension/
URL de la Página de Ayuda https://support.keys.casa
URL de la Página de Política de Privacidad https://keys.casa/privacy
Idiomas Soportados 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"
    ]
}