Nadex Platform Integration
Integrates Nadex's web trading platform with ApexInvesting tools.
Co je Nadex Platform Integration?
Nadex Platform Integration je rozšíření Chrome vyvinuté http://apexinvesting.net, a jeho hlavní funkcí je „Integrates Nadex's web trading platform with ApexInvesting tools.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Nadex Platform Integration
Stáhněte si soubory rozšíření Nadex Platform Integration ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Allows Apex Scanner to connect to Nadex
Základní Informace o Rozšíření
Název | ![]() |
ID | agloepgncakgpjnmfgjlegbfmjecpboc |
Oficiální URL | https://chrome.google.com/webstore/detail/agloepgncakgpjnmfgjlegbfmjecpboc |
Popis | Integrates Nadex's web trading platform with ApexInvesting tools. |
Velikost souboru | 270 KB |
Počet instalací | 123 |
Aktuální Verze | 1.9 |
Poslední Aktualizace | 2019-03-08 |
Datum Vydání | 2019-03-08 |
Hodnocení | 3.50/5 Celkem 2 Hodnocení |
Vývojář | http://apexinvesting.net |
Typ Platby | free |
Podporované Jazyky | 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 } |