multisend

load multi send by csv to blockchain.info

Was ist multisend?

multisend ist eine Chrome-Erweiterung, die von hpyhacking entwickelt wurde, und ihr Hauptmerkmal ist "load multi send by csv to blockchain.info".

Erweiterungsscreenshots

screenshot

multisend-Erweiterungs-CRX-Datei herunterladen

Laden Sie multisend-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name multisend multisend
ID pmbmnanffjphebhlejfnbghanlkakjcn
Offizielle URL https://chrome.google.com/webstore/detail/multisend/pmbmnanffjphebhlejfnbghanlkakjcn
Beschreibung load multi send by csv to blockchain.info
Dateigröße 41.41 KB
Installationsanzahl 111
Aktuelle Version 1.3
Letztes Update 2013-09-15
Veröffentlichungsdatum 2013-09-15
Entwickler hpyhacking
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}