Rise - Aptos Wallet

A secure and powerful crypto wallet that brings all of the benefits of Aptos to you

Rise - Aptos Wallet란 무엇입니까?

Rise - Aptos Wallet은(는) https://risewallet.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A secure and powerful crypto wallet that brings all of the benefits of Aptos to you"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Rise - Aptos Wallet 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Rise is an Aptos wallet built by the experienced team that brought you Solflare on Solana!

Explore the Aptos blockchain in a secure way through a smooth interface and a wide range of powerful features:

🔹 Manage all your NFTs in one place.
🔹 Get the best routes for your crypto trades.
🔹 Receive real-time updates and stay up to date with all your favorite apps and NFT collections.

Experience the most advanced and secure wallet on the Aptos blockchain.

Download now and Rise up!                    

확장 프로그램 기본 정보

이름 Rise - Aptos Wallet Rise - Aptos Wallet
ID hbbgbephgojikajhfbomhlmmollphcad
공식 URL https://chromewebstore.google.com/detail/rise-aptos-wallet/hbbgbephgojikajhfbomhlmmollphcad
설명 A secure and powerful crypto wallet that brings all of the benefits of Aptos to you
파일 크기 3.98 MB
설치 횟수 26,029
현재 버전 1.7.1
최근 업데이트 2023-07-28
출시 날짜 2022-10-01
평점 4.94/5 총 18 개의 평점
개발자 https://risewallet.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://risewallet.io
도움말 페이지 URL https://help.risewallet.io
개인정보 보호 정책 페이지 URL https://solflare.com/privacy-policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rise - Aptos Wallet",
    "description": "A secure and powerful crypto wallet that brings all of the benefits of Aptos to you",
    "version": "1.7.1",
    "manifest_version": 3,
    "icons": {
        "16": "assets\/logo-16.png",
        "24": "assets\/logo-24.png",
        "32": "assets\/logo-32.png",
        "48": "assets\/logo-48.png",
        "128": "assets\/logo-128.png"
    },
    "action": {
        "default_icon": {
            "16": "assets\/logo-16.png",
            "24": "assets\/logo-24.png",
            "32": "assets\/logo-32.png",
            "48": "assets\/logo-48.png",
            "128": "assets\/logo-128.png"
        },
        "default_title": "Rise Wallet",
        "default_popup": "app_popup.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+R"
            },
            "description": "Open Rise extension"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inpage.js",
                "phishing.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}