multisend
load multi send by csv to blockchain.info
Qu'est-ce que multisend ?
multisend est une extension Chrome développée par hpyhacking, et sa fonction principale est "load multi send by csv to blockchain.info".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension multisend
Téléchargez les fichiers d'extension multisend 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
Easy send to multi address bitcoin in blockchain.info, save your miner fee. step 1. record your payment in Excel or Numbers. step 2. copy 2 columns ADDRESS and AMOUNT. step 3. in blockchain.info custom send panel, click multisend icon and peast. step 4. check your payments and send it.
Informations de Base sur l'Extension
Nom | |
ID | pmbmnanffjphebhlejfnbghanlkakjcn |
URL Officiel | https://chrome.google.com/webstore/detail/multisend/pmbmnanffjphebhlejfnbghanlkakjcn |
Description | load multi send by csv to blockchain.info |
Taille du Fichier | 41.41 KB |
Nombre d'Installations | 111 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2013-09-15 |
Date de Publication | 2013-09-15 |
Développeur | hpyhacking |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "multisend", "version": "1.3", "manifest_version": 2, "description": "load multi send by csv to blockchain.info", "permissions": [ "tabs", "https:\/\/blockchain.info\/*" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/blockchain.info\/*" ], "js": [ "jquery.js", "content.js" ] } ] } |