ADS Wallet

Secure identity vault for Adshares network.

ADS Walletคืออะไร?

ADS Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย adshares และคุณลักษณะหลักของมันคือ "Secure identity vault for Adshares network."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ADS Wallet

ดาวน์โหลดไฟล์ส่วนขยาย ADS Wallet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ADS Wallet is designed to securely store keys and provide cryptographic transaction signing. The extension can be used to send basic transactions. It also provides integration with internal and external services connected to Adshares network. It supports both mainnet and testnet. ADS Wallet is a convenient, free, open-source client-side tool. 

Learn more & see the code: https://github.com/adshares/ads-browser-wallet

 DISCLAIMER: 
- Please note that ADS Wallet is still under active development, which is why we strongly encourage you to execute the first application launch in our Testnet environment. We have thoroughly tested the extension, however there is always a remote possibility that something unexpected happens that causes your ADS to be lost. Please do not store more ADS than you are willing to lose, and please be careful.

 - Please keep in mind that in case you do not save your seed phrase, there is no way to recover access to your wallet or the funds it holds. Back it up in multiple physical locations – not just on your computer!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ADS Wallet ADS Wallet
ID algblmhagnobbnmakepomicmfljlbehg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ads-wallet/algblmhagnobbnmakepomicmfljlbehg
คำอธิบาย Secure identity vault for Adshares network.
ขนาดไฟล์ 843 KB
จำนวนการติดตั้ง 2,514
เวอร์ชันปัจจุบัน 0.4.10
อัปเดตครั้งล่าสุด 2023-01-16
วันที่เผยแพร่ 2020-09-02
คะแนน 3.88/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา adshares
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://adshares.net
URL หน้าช่วยเหลือ https://adshares.net/wiki#ads-How-to-use-ADS-Wallet
URL หน้านโยบายความเป็นส่วนตัว https://adshares.net/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ADS Wallet",
    "version": "0.4.10",
    "description": "Secure identity vault for Adshares network.",
    "author": "Adshares ",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "content_security_policy": "default-src 'self'; script-src 'self'; connect-src 'self' https:\/\/rpc.adshares.net https:\/\/rpc.e11.click https:\/\/ads-operator.adshares.net https:\/\/ads-operator.e11.click data:; style-src * blob: 'unsafe-inline'; font-src 'self' https:\/\/fonts.gstatic.com; img-src 'self' data:",
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "ADS Wallet",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        "proxy.html"
    ],
    "manifest_version": 2
}