Nadex Platform Integration
Integrates Nadex's web trading platform with ApexInvesting tools.
Co to jest Nadex Platform Integration?
Nadex Platform Integration to rozszerzenie Chrome opracowane przez http://apexinvesting.net, a jego główną funkcją jest „Integrates Nadex's web trading platform with ApexInvesting tools.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Nadex Platform Integration
Pobierz pliki rozszerzeń Nadex Platform Integration w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Allows Apex Scanner to connect to Nadex
Podstawowe informacje o rozszerzeniu
Nazwa | ![]() |
ID | agloepgncakgpjnmfgjlegbfmjecpboc |
Oficjalny URL | https://chrome.google.com/webstore/detail/agloepgncakgpjnmfgjlegbfmjecpboc |
Opis | Integrates Nadex's web trading platform with ApexInvesting tools. |
Rozmiar pliku | 270 KB |
Liczba instalacji | 123 |
Aktualna Wersja | 1.9 |
Ostatnia Aktualizacja | 2019-03-08 |
Data Publikacji | 2019-03-08 |
Ocena | 3.50/5 Łącznie 2 Oceny |
Deweloper | http://apexinvesting.net |
Typ Płatności | free |
Obsługiwane Języki | 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 } |