Alerts for Binance

Get notifications when cryptocurrency pairs hit a certain price

Co je Alerts for Binance?

Alerts for Binance je rozšíření Chrome vyvinuté tberghuis, a jeho hlavní funkcí je „Get notifications when cryptocurrency pairs hit a certain price“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Alerts for Binance

Stáhněte si soubory rozšíření Alerts for Binance ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Get notified when a crypto pairing hits a certain price.

Source code available: https://github.com/tberghuis/AlertsForBinance

Feedback welcome. Please submit feedback as a new issue on github https://github.com/tberghuis/AlertsForBinance/issues                    

Základní Informace o Rozšíření

Název Alerts for Binance Alerts for Binance
ID gnljjenfhpahfjofemhpjmfdhdjjhedb
Oficiální URL https://chromewebstore.google.com/detail/alerts-for-binance/gnljjenfhpahfjofemhpjmfdhdjjhedb
Popis Get notifications when cryptocurrency pairs hit a certain price
Velikost souboru 283 KB
Počet instalací 102
Aktuální Verze 0.0.1
Poslední Aktualizace 2019-03-08
Datum Vydání 2019-03-08
Vývojář tberghuis
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Get notifications when cryptocurrency pairs hit a certain price",
    "version": "0.0.1",
    "name": "Alerts for Binance",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "browser_action": [],
    "permissions": [
        "storage",
        "https:\/\/api.binance.com\/",
        "notifications"
    ],
    "manifest_version": 2
}