Nadex Platform Integration
Integrates Nadex's web trading platform with ApexInvesting tools.
What is Nadex Platform Integration?
Nadex Platform Integration is a Chrome extension developed by http://apexinvesting.net, and its main feature is "Integrates Nadex's web trading platform with ApexInvesting tools.".
Extension Screenshots
Download Nadex Platform Integration Extension CRX File
Download Nadex Platform Integration extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Allows Apex Scanner to connect to Nadex
Extension Basic Information
Name | ![]() |
ID | agloepgncakgpjnmfgjlegbfmjecpboc |
Official URL | https://chrome.google.com/webstore/detail/agloepgncakgpjnmfgjlegbfmjecpboc |
Description | Integrates Nadex's web trading platform with ApexInvesting tools. |
File Size | 270 KB |
Installation Count | 123 |
Current Version | 1.9 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Rating | 3.50/5 Total 2 Ratings |
Developer | http://apexinvesting.net |
Payment Type | free |
Supported Languages | 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 } |