Nadex Platform Integration

Integrates Nadex's web trading platform with ApexInvesting tools.

Hvad er Nadex Platform Integration?

Nadex Platform Integration er en Chrome-udvidelse udviklet af http://apexinvesting.net, og dens hovedfunktion er "Integrates Nadex's web trading platform with ApexInvesting tools.".

Udvidelsesskærmbilleder

screenshot

Download Nadex Platform Integration-udvidelses-CRX-fil

Download Nadex Platform Integration-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Allows Apex Scanner to connect to Nadex                    

Grundlæggende oplysninger om udvidelsen

Navn Nadex Platform Integration Nadex Platform Integration
ID agloepgncakgpjnmfgjlegbfmjecpboc
Officiel URL https://chrome.google.com/webstore/detail/agloepgncakgpjnmfgjlegbfmjecpboc
Beskrivelse Integrates Nadex's web trading platform with ApexInvesting tools.
Filstørrelse 270 KB
Antal Installationer 123
Nuværende Version 1.9
Senest Opdateret 2019-03-08
Udgivelsesdato 2019-03-08
Bedømmelse 3.50/5 Samlet 2 Bedømmelser
Udvikler http://apexinvesting.net
Betalingsmetode free
Understøttede Sprog 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
}