Nadex Platform Integration

Integrates Nadex's web trading platform with ApexInvesting tools.

Nadex Platform Integration là gì?

Nadex Platform Integration là một tiện ích mở rộng Chrome được phát triển bởi http://apexinvesting.net, và tính năng chính của nó là "Integrates Nadex's web trading platform with ApexInvesting tools.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Nadex Platform Integration

Tải xuống các tệp mở rộng Nadex Platform Integration dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Allows Apex Scanner to connect to Nadex                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Nadex Platform Integration Nadex Platform Integration
ID agloepgncakgpjnmfgjlegbfmjecpboc
URL Chính Thức https://chrome.google.com/webstore/detail/agloepgncakgpjnmfgjlegbfmjecpboc
Mô tả Integrates Nadex's web trading platform with ApexInvesting tools.
Kích Thước Tệp 270 KB
Số Lần Cài Đặt 123
Phiên Bản Hiện Tại 1.9
Cập Nhật Lần Cuối 2019-03-08
Ngày Phát Hành 2019-03-08
Đánh Giá 3.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://apexinvesting.net
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}