Pontem Aptos Wallet

First wallet for Aptos with native Dapps, buy NFT and swap coins directly in the wallet

Pontem Aptos Walletคืออะไร?

Pontem Aptos Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pontem.network และคุณลักษณะหลักของมันคือ "First wallet for Aptos with native Dapps, buy NFT and swap coins directly in the wallet"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        First crypto wallet for Aptos with native Dapps, buy NFT and swap coins directly in the wallet.
Pontem Wallet is a powerful and secure crypto wallet for Aptos. 250,000+ users have already chosen Pontem – try it now! Explore the Aptos ecosystem with a wallet by Pontem.

Top features
* The first Aptos wallet available on all platforms (Chrome, Android, iOS, Firefox)
* Swap APT, USDT, USDC, and all tokens on Aptos right in the wallet
* Buy APT with a credit card
* Native APT staking: earn 7% APR
* The first Ledger integration for Aptos: connect Ledger to Pontem Wallet easily
* Less than 1 second to confirm a transaction
* Extremely low fees ($0.01-0.05)

Need more reasons to choose Pontem? Here you go:
1. Secure: audited by Halborn, OtterSec, & Zellic
2. 20+ Aptos dApps in the directory
3. 60+ verified tokens: import any of them in 2 seconds
4. Browse & trade NFTs on Topaz and other NFT marketplace
5. Self-custodial: secret phrase & private key are stored on your device only
6. Aptos Names support: link your .apt domain to the account

About Pontem and Aptos
Pontem is a blockchain studio that builds innovative dApps and dev tools in collaboration with the Aptos team. Aptos is a fast, secure, and scalable blockchain that can reach 100,000 TPS with very low fees.

Apart from Pontem Wallet, we released:
* The first-ever DEX for Aptos, Liquidswap;
* 2 popular NFT collections: Space Pirates and Dark Ages (each with its own DAO)
* Move Playground, a browser code editor for Move (the new smart contract language used by Aptos)                    

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

ชื่อ Pontem Aptos Wallet Pontem Aptos Wallet
ID phkbamefinggmakgklpkljjmgibohnba
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pontem-aptos-wallet/phkbamefinggmakgklpkljjmgibohnba
คำอธิบาย First wallet for Aptos with native Dapps, buy NFT and swap coins directly in the wallet
ขนาดไฟล์ 7.26 MB
จำนวนการติดตั้ง 216,982
เวอร์ชันปัจจุบัน 2.6.0
อัปเดตครั้งล่าสุด 2024-02-12
วันที่เผยแพร่ 2022-08-03
คะแนน 4.86/5 รวมทั้งหมด 1003 คะแนน
ผู้พัฒนา https://pontem.network
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://pontemwallet.xyz
URL หน้าช่วยเหลือ https://t.me/pontemnetworkchat
URL หน้านโยบายความเป็นส่วนตัว https://pontem.network/privacypolicy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Pontem Aptos Wallet",
    "name": "Pontem Aptos Wallet",
    "author": "Pontem Network",
    "homepage_url": "https:\/\/www.pontem.network\/",
    "description": "First wallet for Aptos with native Dapps, buy NFT and swap coins directly in the wallet",
    "manifest_version": 3,
    "icons": {
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "96": "icon\/96.png",
        "128": "icon\/128.png",
        "180": "icon\/180.png",
        "256": "icon\/256.png"
    },
    "action": {
        "default_popup": "src\/extension-ui\/index.html"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "src\/extension-backend\/assets\/icons\/*.png",
                "src\/extension-backend\/assets\/beta-icons\/*.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/inpage.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/contentScript.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "storage",
        "alarms",
        "tabs"
    ],
    "version": "2.6.0"
}