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 } |