Sats Extension by Casa
Easily make & receive Bitcoin and Lightning Network payments on the web using your Casa Node.
Was ist Sats Extension by Casa?
Sats Extension by Casa ist eine Chrome-Erweiterung, die von https://keys.casa entwickelt wurde, und ihr Hauptmerkmal ist "Easily make & receive Bitcoin and Lightning Network payments on the web using your Casa Node.".
Erweiterungsscreenshots
Sats Extension by Casa-Erweiterungs-CRX-Datei herunterladen
Laden Sie Sats Extension by Casa-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | lnaedehiikghclgaikolambpbpeknpef |
Offizielle URL | https://chrome.google.com/webstore/detail/sats-extension-by-casa/lnaedehiikghclgaikolambpbpeknpef |
Beschreibung | Easily make & receive Bitcoin and Lightning Network payments on the web using your Casa Node. |
Dateigröße | 330 KB |
Installationsanzahl | 784 |
Aktuelle Version | 1.0.10 |
Letztes Update | 2019-07-28 |
Veröffentlichungsdatum | 2019-07-28 |
Bewertung | 5.00/5 Insgesamt 10 Bewertungen |
Entwickler | https://keys.casa |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://keys.casa/node-extension/ |
Hilfeseite URL | https://support.keys.casa |
URL der Datenschutzrichtlinien-Seite | https://keys.casa/privacy |
Unterstützte Sprachen | 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" ] } |