Nadex Platform Integration

Integrates Nadex's web trading platform with ApexInvesting tools.

什麼是Nadex Platform Integration?

Nadex Platform Integration是由http://apexinvesting.net開發的Chrome擴展程式,該擴展的主要功能是“Integrates Nadex's web trading platform with ApexInvesting tools.”。

擴展截圖

screenshot

下載Nadex Platform Integration擴展crx文件

下載Nadex Platform Integration擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Allows Apex Scanner to connect to Nadex                    

擴展基本資訊

名稱 Nadex Platform Integration Nadex Platform Integration
ID agloepgncakgpjnmfgjlegbfmjecpboc
官方網址 https://chrome.google.com/webstore/detail/agloepgncakgpjnmfgjlegbfmjecpboc
簡介 Integrates Nadex's web trading platform with ApexInvesting tools.
檔案大小 270 KB
安裝次數 123
目前版本 1.9
更新時間 2019-03-08
上架時間 2019-03-08
評分 3.50/5 共 2 次評分
開發者 http://apexinvesting.net
付費類型 free
支援的語言 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
}