Alerts for Binance

Get notifications when cryptocurrency pairs hit a certain price

O que é Alerts for Binance?

Alerts for Binance é uma extensão do Chrome desenvolvida por tberghuis, e sua principal característica é "Get notifications when cryptocurrency pairs hit a certain price".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Alerts for Binance

Baixe arquivos de extensão Alerts for Binance no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Alerts for Binance Alerts for Binance
ID gnljjenfhpahfjofemhpjmfdhdjjhedb
URL Oficial https://chromewebstore.google.com/detail/alerts-for-binance/gnljjenfhpahfjofemhpjmfdhdjjhedb
Descrição Get notifications when cryptocurrency pairs hit a certain price
Tamanho do Arquivo 283 KB
Contagem de Instalações 102
Versão Atual 0.0.1
Última Atualização 2019-03-08
Data de Publicação 2019-03-08
Desenvolvedor tberghuis
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}