Nadex Platform Integration
Integrates Nadex's web trading platform with ApexInvesting tools.
Что такое Nadex Platform Integration?
Nadex Platform Integration - это расширение Chrome, разработанное http://apexinvesting.net, и его основная функция - "Integrates Nadex's web trading platform with ApexInvesting tools.".
Снимки экрана расширения
Скачать файл CRX расширения Nadex Platform Integration
Скачайте файлы расширений Nadex Platform Integration в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Allows Apex Scanner to connect to Nadex
Основная информация о расширении
Название | ![]() |
ID | agloepgncakgpjnmfgjlegbfmjecpboc |
Официальный URL | https://chrome.google.com/webstore/detail/agloepgncakgpjnmfgjlegbfmjecpboc |
Описание | Integrates Nadex's web trading platform with ApexInvesting tools. |
Размер файла | 270 KB |
Количество установок | 123 |
Текущая Версия | 1.9 |
Последнее Обновление | 2019-03-08 |
Дата публикации | 2019-03-08 |
Рейтинг | 3.50/5 Всего 2 оценок |
Разработчик | http://apexinvesting.net |
Тип оплаты | free |
Поддерживаемые языки | 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 } |