ADS Wallet

Secure identity vault for Adshares network.

ADS Wallet란 무엇입니까?

ADS Wallet은(는) adshares에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Secure identity vault for Adshares network."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

ADS Wallet 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}