Nadex Platform Integration

Integrates Nadex's web trading platform with ApexInvesting tools.

Was ist Nadex Platform Integration?

Nadex Platform Integration ist eine Chrome-Erweiterung, die von http://apexinvesting.net entwickelt wurde, und ihr Hauptmerkmal ist "Integrates Nadex's web trading platform with ApexInvesting tools.".

Erweiterungsscreenshots

screenshot

Nadex Platform Integration-Erweiterungs-CRX-Datei herunterladen

Laden Sie Nadex Platform Integration-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

                        Allows Apex Scanner to connect to Nadex                    

Grundlegende Informationen zur Erweiterung

Name Nadex Platform Integration Nadex Platform Integration
ID agloepgncakgpjnmfgjlegbfmjecpboc
Offizielle URL https://chrome.google.com/webstore/detail/agloepgncakgpjnmfgjlegbfmjecpboc
Beschreibung Integrates Nadex's web trading platform with ApexInvesting tools.
Dateigröße 270 KB
Installationsanzahl 123
Aktuelle Version 1.9
Letztes Update 2019-03-08
Veröffentlichungsdatum 2019-03-08
Bewertung 3.50/5 Insgesamt 2 Bewertungen
Entwickler http://apexinvesting.net
Zahlungsart free
Unterstützte Sprachen 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
}