multisend
load multi send by csv to blockchain.info
Wat is multisend?
multisend is een Chrome-extensie ontwikkeld door hpyhacking, en de belangrijkste functie is "load multi send by csv to blockchain.info".
Extensie Screenshots
Download het CRX-bestand van de extensie multisend
Download multisend-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | pmbmnanffjphebhlejfnbghanlkakjcn |
Officiële URL | https://chrome.google.com/webstore/detail/multisend/pmbmnanffjphebhlejfnbghanlkakjcn |
Beschrijving | load multi send by csv to blockchain.info |
Bestandsgrootte | 41.41 KB |
Aantal Installaties | 111 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2013-09-15 |
Publicatiedatum | 2013-09-15 |
Ontwikkelaar | hpyhacking |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |