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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}