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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } |