Nadex Platform Integration

Integrates Nadex's web trading platform with ApexInvesting tools.

Nadex Platform Integrationคืออะไร?

Nadex Platform Integration เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://apexinvesting.net และคุณลักษณะหลักของมันคือ "Integrates Nadex's web trading platform with ApexInvesting tools."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nadex Platform Integration

ดาวน์โหลดไฟล์ส่วนขยาย Nadex Platform Integration ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Allows Apex Scanner to connect to Nadex                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Nadex Platform Integration Nadex Platform Integration
ID agloepgncakgpjnmfgjlegbfmjecpboc
URL อย่างเป็นทางการ 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
}