multisend
load multi send by csv to blockchain.info
Cos'è multisend?
multisend è un'estensione di Chrome sviluppata da hpyhacking, e la sua funzione principale è "load multi send by csv to blockchain.info".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione multisend
Scarica i file di estensione multisend in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | pmbmnanffjphebhlejfnbghanlkakjcn |
URL Ufficiale | https://chrome.google.com/webstore/detail/multisend/pmbmnanffjphebhlejfnbghanlkakjcn |
Descrizione | load multi send by csv to blockchain.info |
Dimensione del File | 41.41 KB |
Conteggio Installazioni | 111 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2013-09-15 |
Data di Pubblicazione | 2013-09-15 |
Sviluppatore | hpyhacking |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |