multisend

load multi send by csv to blockchain.info

Hvad er multisend?

multisend er en Chrome-udvidelse udviklet af hpyhacking, og dens hovedfunktion er "load multi send by csv to blockchain.info".

Udvidelsesskærmbilleder

screenshot

Download multisend-udvidelses-CRX-fil

Download multisend-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn multisend multisend
ID pmbmnanffjphebhlejfnbghanlkakjcn
Officiel URL https://chrome.google.com/webstore/detail/multisend/pmbmnanffjphebhlejfnbghanlkakjcn
Beskrivelse load multi send by csv to blockchain.info
Filstørrelse 41.41 KB
Antal Installationer 111
Nuværende Version 1.3
Senest Opdateret 2013-09-15
Udgivelsesdato 2013-09-15
Udvikler hpyhacking
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}