bottos-wallet
bottos wallet chrome extension
bottos-wallet क्या है?
bottos-wallet https://www.bottos.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "bottos wallet chrome extension"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में bottos-wallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Bottos is an infrastructure that serves for the artificial intelligence, not only a public underlying block-chain be designed based on features of data, but also a data circulation platform serves the whole artificial intelligence and its derivative industries. By means of data mining and using smart contracts, Bottos realizes a consensus-based, scalable, easy-to-develop, and collaborative one-stop application platform that based on data, models, calculation, and storage of multi-tiered shared services. Bottos Wallet chrome extension allows users: 1. Generate and import their own wallets 2. Transfer and stake time and space resources 3. Import their wallets through a hardware wallet Official website: HTTPS://www.bottos.org/
एक्सटेंशन की मूल जानकारी
नाम | bottos-wallet |
ID | ngiggglehfdnaomjphkekefbgicipjbf |
आधिकारिक URL | https://chromewebstore.google.com/detail/bottos-wallet/ngiggglehfdnaomjphkekefbgicipjbf |
विवरण | bottos wallet chrome extension |
फ़ाइल का आकार | 2.45 MB |
स्थापना संख्या | 46 |
वर्तमान संस्करण | 2.1.0 |
अंतिम अपडेट | 2019-12-12 |
प्रकाशन तिथि | 2019-12-12 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://www.bottos.org |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.bottos.org/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "2.1.0", "name": "bottos-wallet", "description": "bottos wallet chrome extension", "browser_action": { "default_icon": "static\/img\/icon.png", "default_title": "Bottos Chrome Wallet", "default_popup": "index.html" }, "content_scripts": [ { "matches": [ "https:\/\/bottos.org\/*" ], "js": [ "static\/js\/content.js" ], "run_at": "document_end", "all_frames": true } ], "background": { "scripts": [ "static\/js\/background.js" ] }, "permissions": [ "storage", "cookies", "https:\/\/robot.botfans.org\/*", "https:\/\/robot.chainbottos.com\/*" ] } |