Nadex Platform Integration

Integrates Nadex's web trading platform with ApexInvesting tools.

Cos'è Nadex Platform Integration?

Nadex Platform Integration è un'estensione di Chrome sviluppata da http://apexinvesting.net, e la sua funzione principale è "Integrates Nadex's web trading platform with ApexInvesting tools.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Nadex Platform Integration

Scarica i file di estensione Nadex Platform Integration in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Allows Apex Scanner to connect to Nadex                    

Informazioni di Base sull'Estensione

Nome Nadex Platform Integration Nadex Platform Integration
ID agloepgncakgpjnmfgjlegbfmjecpboc
URL Ufficiale https://chrome.google.com/webstore/detail/agloepgncakgpjnmfgjlegbfmjecpboc
Descrizione Integrates Nadex's web trading platform with ApexInvesting tools.
Dimensione del File 270 KB
Conteggio Installazioni 123
Versione Corrente 1.9
Ultimo Aggiornamento 2019-03-08
Data di Pubblicazione 2019-03-08
Valutazione 3.50/5 Totale 2 Valutazioni
Sviluppatore http://apexinvesting.net
Tipo di Pagamento free
Lingue Supportate 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
}