Nadex Platform Integration

Integrates Nadex's web trading platform with ApexInvesting tools.

Qu'est-ce que Nadex Platform Integration ?

Nadex Platform Integration est une extension Chrome développée par http://apexinvesting.net, et sa fonction principale est "Integrates Nadex's web trading platform with ApexInvesting tools.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Nadex Platform Integration

Téléchargez les fichiers d'extension Nadex Platform Integration au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Allows Apex Scanner to connect to Nadex                    

Informations de Base sur l'Extension

Nom Nadex Platform Integration Nadex Platform Integration
ID agloepgncakgpjnmfgjlegbfmjecpboc
URL Officiel https://chrome.google.com/webstore/detail/agloepgncakgpjnmfgjlegbfmjecpboc
Description Integrates Nadex's web trading platform with ApexInvesting tools.
Taille du Fichier 270 KB
Nombre d'Installations 123
Version Actuelle 1.9
Dernière Mise à Jour 2019-03-08
Date de Publication 2019-03-08
Évaluation 3.50/5 Total 2 Évaluations
Développeur http://apexinvesting.net
Type de Paiement free
Langues Prises en Charge 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
}