Sats Extension by Casa
Easily make & receive Bitcoin and Lightning Network payments on the web using your Casa Node.
Sats Extension by Casa क्या है?
Sats Extension by Casa https://keys.casa द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily make & receive Bitcoin and Lightning Network payments on the web using your Casa Node."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Sats Extension by Casa एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | lnaedehiikghclgaikolambpbpeknpef |
आधिकारिक URL | https://chrome.google.com/webstore/detail/sats-extension-by-casa/lnaedehiikghclgaikolambpbpeknpef |
विवरण | Easily make & receive Bitcoin and Lightning Network payments on the web using your Casa Node. |
फ़ाइल का आकार | 330 KB |
स्थापना संख्या | 784 |
वर्तमान संस्करण | 1.0.10 |
अंतिम अपडेट | 2019-07-28 |
प्रकाशन तिथि | 2019-07-28 |
रेटिंग | 5.00/5 कुल 10 रेटिंग्स |
डेवलपर | https://keys.casa |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://keys.casa/node-extension/ |
सहायता पृष्ठ URL | https://support.keys.casa |
गोपनीयता नीति पृष्ठ URL | https://keys.casa/privacy |
समर्थित भाषाएँ | 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" ] } |