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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 |
Διεύθυνση URL της Σελίδας Βοήθειας | 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 } |