Nadex Platform Integration

Integrates Nadex's web trading platform with ApexInvesting tools.

O que é Nadex Platform Integration?

Nadex Platform Integration é uma extensão do Chrome desenvolvida por http://apexinvesting.net, e sua principal característica é "Integrates Nadex's web trading platform with ApexInvesting tools.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Nadex Platform Integration

Baixe arquivos de extensão Nadex Platform Integration 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

                        Allows Apex Scanner to connect to Nadex                    

Informações Básicas da Extensão

Nome Nadex Platform Integration Nadex Platform Integration
ID agloepgncakgpjnmfgjlegbfmjecpboc
URL Oficial https://chrome.google.com/webstore/detail/agloepgncakgpjnmfgjlegbfmjecpboc
Descrição Integrates Nadex's web trading platform with ApexInvesting tools.
Tamanho do Arquivo 270 KB
Contagem de Instalações 123
Versão Atual 1.9
Última Atualização 2019-03-08
Data de Publicação 2019-03-08
Classificação 3.50/5 Total de 2 Avaliações
Desenvolvedor http://apexinvesting.net
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nadex Platform Integration",
    "version": "1.9",
    "description": "Integrates Nadex's web trading platform with ApexInvesting tools.",
    "author": "Apex Investing Institute LLC",
    "icons": {
        "48": "images\/icon48.png",
        "64": "images\/icon64.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.apexinvesting.com\/*",
            "*:\/\/localhost:*\/*"
        ]
    },
    "permissions": [
        "background",
        "cookies",
        "debugger",
        "*:\/\/*.nadex.com\/*",
        "*:\/\/nadex.com\/*",
        "*:\/\/signalsapi.apexinvesting.com\/*"
    ],
    "manifest_version": 2
}