CoinStart Wallet
CoinStart Chrome Wallet Extension
CoinStart Wallet क्या है?
CoinStart Wallet https://coinstart.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "CoinStart Chrome Wallet Extension"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CoinStart Wallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
CoinStart Web3 wallet The CoinStart wallet , Sui based Multi-chain Wallet. Portal to crypto world, safe & easy for you to store, buy, send, receive, swap tokens and collect NFTs. Built on Sui blockchain, fully Open-sourced. -Fully support Suinetwork and Aptos blockchain -Safe storage of crypto currencies - Protect your assets on the go with the convenience you expect. -70+ main nets supported for you to explore NFT, DeFi, DAO... -Dapps Marketplace, Discover 10,000+ Web3 Dapps, navigate with ease in one minute Contact Us Website: https://coinstart.io/ Discord: https://discord.gg/5MqwXbna Twitter: https://twitter.com/coinstartwallet Email: [email protected] About Us Established in Singapore in May 2022 , Coinstart Inc. Coinstart is the top decentralized multi-chain digital wallet in Asia. Integrating Wallet, Swap, NFT Market, DApp Browser and Discover in a single location, it is committed to creating the world's largest decentralized Web3.0 gateway.
एक्सटेंशन की मूल जानकारी
नाम | CoinStart Wallet |
ID | iagkjnocbkjeohadeimlkaofjpilhpfh |
आधिकारिक URL | https://chromewebstore.google.com/detail/coinstart-wallet/iagkjnocbkjeohadeimlkaofjpilhpfh |
विवरण | CoinStart Chrome Wallet Extension |
फ़ाइल का आकार | 13.34 MB |
स्थापना संख्या | 32 |
वर्तमान संस्करण | 1.8 |
अंतिम अपडेट | 2022-12-16 |
प्रकाशन तिथि | 2022-11-10 |
डेवलपर | https://coinstart.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://coinstart.io/ |
सहायता पृष्ठ URL | https://coinstart.io/ |
गोपनीयता नीति पृष्ठ URL | https://coinstart.io/privacy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CoinStart Wallet", "description": "CoinStart Chrome Wallet Extension", "version": "1.8", "content_security_policy": { "extension_pages": "script-src 'self' ; object-src 'self'" }, "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_popup": "index.html?type=popup", "default_icon": "icons\/Icon-192.png" }, "content_scripts": [ { "js": [ "test.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] }, { "js": [ "loader.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "coinstart.js" ], "use_dynamic_url": false } ], "permissions": [ "background" ], "host_permissions": [ "*:\/\/coinstart.io\/*" ], "externally_connectable": { "matches": [ "*:\/\/coinstart.io\/*", "http:\/\/*\/*", "https:\/\/*\/*" ] } } |