Sats Extension by Casa

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

Sats Extension by Casa là gì?

Sats Extension by Casa là một tiện ích mở rộng Chrome được phát triển bởi https://keys.casa, và tính năng chính của nó là "Easily make & receive Bitcoin and Lightning Network payments on the web using your Casa Node.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sats Extension by Casa

Tải xuống các tệp mở rộng Sats Extension by Casa dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sats Extension by Casa Sats Extension by Casa
ID lnaedehiikghclgaikolambpbpeknpef
URL Chính Thức https://chrome.google.com/webstore/detail/sats-extension-by-casa/lnaedehiikghclgaikolambpbpeknpef
Mô tả Easily make & receive Bitcoin and Lightning Network payments on the web using your Casa Node.
Kích Thước Tệp 330 KB
Số Lần Cài Đặt 784
Phiên Bản Hiện Tại 1.0.10
Cập Nhật Lần Cuối 2019-07-28
Ngày Phát Hành 2019-07-28
Đánh Giá 5.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển https://keys.casa
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://keys.casa/node-extension/
URL Trang Trợ Giúp https://support.keys.casa
URL Trang Chính Sách Bảo Mật https://keys.casa/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}