Sats Extension by Casa

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

Cos'è Sats Extension by Casa?

Sats Extension by Casa è un'estensione di Chrome sviluppata da https://keys.casa, e la sua funzione principale è "Easily make & receive Bitcoin and Lightning Network payments on the web using your Casa Node.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Sats Extension by Casa

Scarica i file di estensione Sats Extension by Casa in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Sats Extension by Casa Sats Extension by Casa
ID lnaedehiikghclgaikolambpbpeknpef
URL Ufficiale https://chrome.google.com/webstore/detail/sats-extension-by-casa/lnaedehiikghclgaikolambpbpeknpef
Descrizione Easily make & receive Bitcoin and Lightning Network payments on the web using your Casa Node.
Dimensione del File 330 KB
Conteggio Installazioni 784
Versione Corrente 1.0.10
Ultimo Aggiornamento 2019-07-28
Data di Pubblicazione 2019-07-28
Valutazione 5.00/5 Totale 10 Valutazioni
Sviluppatore https://keys.casa
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://keys.casa/node-extension/
URL della Pagina di Aiuto https://support.keys.casa
URL della Pagina della Politica sulla Privacy https://keys.casa/privacy
Lingue Supportate 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"
    ]
}