Nadex Platform Integration
Integrates Nadex's web trading platform with ApexInvesting tools.
Vad är Nadex Platform Integration?
Nadex Platform Integration är en Chrome-tillägg utvecklad av http://apexinvesting.net, och dess huvudfunktion är "Integrates Nadex's web trading platform with ApexInvesting tools.".
Tilläggsskärmbilder
Ladda ner Nadex Platform Integration-förlängningens CRX-fil
Ladda ner Nadex Platform Integration-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Allows Apex Scanner to connect to Nadex
Grundläggande Information om Tillägg
Namn | ![]() |
ID | agloepgncakgpjnmfgjlegbfmjecpboc |
Officiell webbadress | https://chrome.google.com/webstore/detail/agloepgncakgpjnmfgjlegbfmjecpboc |
Beskrivning | Integrates Nadex's web trading platform with ApexInvesting tools. |
Filstorlek | 270 KB |
Antal Installationer | 123 |
Aktuell Version | 1.9 |
Senast Uppdaterad | 2019-03-08 |
Publiceringsdatum | 2019-03-08 |
Betyg | 3.50/5 Totalt 2 Betyg |
Utvecklare | http://apexinvesting.net |
Betalningssätt | free |
Stödda Språk | 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 } |