FXOpen Traders Tools
FXOpen is bringing you the most useful tools for required for successful trading.
ما هو FXOpen Traders Tools؟
FXOpen Traders Tools هو إضافة Chrome تم تطويرها بواسطة http://fxopen.com، والميزة الرئيسية لها هي "FXOpen is bringing you the most useful tools for required for successful trading.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة FXOpen Traders Tools
قم بتنزيل ملفات الامتداد FXOpen Traders Tools بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
FXOpen is bringing you the most useful tools for required for successful trading. Blog - essential reading for traders interested in getting a greater understanding of the markets. Quotes – real time prices and spreads Economic calendar – current and upcoming events that might affect the markets Disclaimer: CFDs are complex instruments and come with a high risk of losing money rapidly due to leverage. 60% of retail investor accounts lose money when trading CFDs with this provider. You should consider whether you understand how CFDs work, and whether you can afford to take the high risk of losing your money.
معلومات أساسية عن التمديد
الاسم | |
ID | efcenemblnjjgdddnipfihjofokenafg |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/fxopen-traders-tools/efcenemblnjjgdddnipfihjofokenafg |
الوصف | FXOpen is bringing you the most useful tools for required for successful trading. |
حجم الملف | 466 KB |
عدد التثبيتات | 68 |
النسخة الحالية | 1.2.0 |
آخر تحديث | 2021-02-18 |
تاريخ النشر | 2020-03-05 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | http://fxopen.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.fxopen.com |
عنوان صفحة المساعدة | https://fxopen.support |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FXOpen Traders Tools", "version": "1.2.0", "description": "FXOpen is bringing you the most useful tools for required for successful trading.", "permissions": [ "declarativeContent", "storage", "unlimitedStorage" ], "content_security_policy": "script-src 'self' https:\/\/calendar.fxstreet.com https:\/\/fxopen.com https:\/\/cors-anywhere.herokuapp.com; object-src 'self'", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_popup": "index.html" }, "icons": { "16": "images\/logo16.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "manifest_version": 2 } |