Trading212 Pro Utils
Trading212 pro utils for improved experience
Qu'est-ce que Trading212 Pro Utils ?
Trading212 Pro Utils est une extension Chrome développée par BPS, et sa fonction principale est "Trading212 pro utils for improved experience".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Trading212 Pro Utils
Téléchargez les fichiers d'extension Trading212 Pro Utils au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Improves functionality of Trading212 platform by - Adding a tick chart to the info panel of active ticker. All account types supported (CFD/ Invest/ ISA) * Coming soon: - Export full/partial trades history - Account statistics - Execute trades using hot keys - For CFD accounts, use hedging trades or aggregating trades in a single mode - ... - And much more exciting enhancements
Informations de Base sur l'Extension
Nom | Trading212 Pro Utils |
ID | elllongpopagmgilmlaeildkgmioelhe |
URL Officiel | https://chromewebstore.google.com/detail/trading212-pro-utils/elllongpopagmgilmlaeildkgmioelhe |
Description | Trading212 pro utils for improved experience |
Taille du Fichier | 212 KB |
Nombre d'Installations | 36 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2021-06-29 |
Date de Publication | 2021-06-24 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | BPS |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trading212 Pro Utils", "version": "1.3", "description": "Trading212 pro utils for improved experience", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png" }, "manifest_version": 2, "web_accessible_resources": [ "index.js" ], "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/live.trading212.com\/", "https:\/\/demo.trading212.com\/" ], "js": [ "bootstrap.js" ] } ] } |