multisend

load multi send by csv to blockchain.info

Apa itu multisend?

multisend adalah ekstensi Chrome yang dikembangkan oleh hpyhacking, dan fitur utamanya adalah "load multi send by csv to blockchain.info".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi multisend

Unduh file ekstensi multisend dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama multisend multisend
ID pmbmnanffjphebhlejfnbghanlkakjcn
URL Resmi https://chrome.google.com/webstore/detail/multisend/pmbmnanffjphebhlejfnbghanlkakjcn
Deskripsi load multi send by csv to blockchain.info
Ukuran File 41.41 KB
Jumlah Instalasi 111
Versi Saat Ini 1.3
Terakhir Diperbarui 2013-09-15
Tanggal Publikasi 2013-09-15
Pengembang hpyhacking
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}