Nadex Platform Integration

Integrates Nadex's web trading platform with ApexInvesting tools.

Apa itu Nadex Platform Integration?

Nadex Platform Integration adalah ekstensi Chrome yang dikembangkan oleh http://apexinvesting.net, dan fitur utamanya adalah "Integrates Nadex's web trading platform with ApexInvesting tools.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Nadex Platform Integration

Unduh file ekstensi Nadex Platform Integration dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Allows Apex Scanner to connect to Nadex                    

Informasi Dasar Ekstensi

Nama Nadex Platform Integration Nadex Platform Integration
ID agloepgncakgpjnmfgjlegbfmjecpboc
URL Resmi https://chrome.google.com/webstore/detail/agloepgncakgpjnmfgjlegbfmjecpboc
Deskripsi Integrates Nadex's web trading platform with ApexInvesting tools.
Ukuran File 270 KB
Jumlah Instalasi 123
Versi Saat Ini 1.9
Terakhir Diperbarui 2019-03-08
Tanggal Publikasi 2019-03-08
Penilaian 3.50/5 Total 2 Penilaian
Pengembang http://apexinvesting.net
Tipe Pembayaran free
Bahasa yang Didukung 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
}