bottos-wallet
bottos wallet chrome extension
Qu'est-ce que bottos-wallet ?
bottos-wallet est une extension Chrome développée par https://www.bottos.org, et sa fonction principale est "bottos wallet chrome extension".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension bottos-wallet
Téléchargez les fichiers d'extension bottos-wallet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/
Informations de Base sur l'Extension
Nom | bottos-wallet |
ID | ngiggglehfdnaomjphkekefbgicipjbf |
URL Officiel | https://chromewebstore.google.com/detail/bottos-wallet/ngiggglehfdnaomjphkekefbgicipjbf |
Description | bottos wallet chrome extension |
Taille du Fichier | 2.45 MB |
Nombre d'Installations | 46 |
Version Actuelle | 2.1.0 |
Dernière Mise à Jour | 2019-12-12 |
Date de Publication | 2019-12-12 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://www.bottos.org |
Type de Paiement | free |
Site Web de l'Extension | https://www.bottos.org/ |
Langues Prises en Charge | 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\/*" ] } |