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.」です。
拡張機能のスクリーンショット
Nadex Platform Integration拡張機能のCRXファイルをダウンロード
Nadex Platform Integration拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Allows Apex Scanner to connect to Nadex
拡張機能の基本情報
名前 | ![]() |
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 } |