Nadex Platform Integration
Integrates Nadex's web trading platform with ApexInvesting tools.
Wat is Nadex Platform Integration?
Nadex Platform Integration is een Chrome-extensie ontwikkeld door http://apexinvesting.net, en de belangrijkste functie is "Integrates Nadex's web trading platform with ApexInvesting tools.".
Extensie Screenshots
Download het CRX-bestand van de extensie Nadex Platform Integration
Download Nadex Platform Integration-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Allows Apex Scanner to connect to Nadex
Basisinformatie over de Extensie
Naam | ![]() |
ID | agloepgncakgpjnmfgjlegbfmjecpboc |
Officiële URL | https://chrome.google.com/webstore/detail/agloepgncakgpjnmfgjlegbfmjecpboc |
Beschrijving | Integrates Nadex's web trading platform with ApexInvesting tools. |
Bestandsgrootte | 270 KB |
Aantal Installaties | 123 |
Huidige Versie | 1.9 |
Laatst Bijgewerkt | 2019-03-08 |
Publicatiedatum | 2019-03-08 |
Beoordeling | 3.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | http://apexinvesting.net |
Betalingswijze | free |
Ondersteunde Talen | 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 } |