Trading212 Pro Utils
Trading212 pro utils for improved experience
What is Trading212 Pro Utils?
Trading212 Pro Utils is a Chrome extension developed by BPS, and its main feature is "Trading212 pro utils for improved experience".
Extension Screenshots
Download Trading212 Pro Utils Extension CRX File
Download Trading212 Pro Utils extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Trading212 Pro Utils |
ID | elllongpopagmgilmlaeildkgmioelhe |
Official URL | https://chromewebstore.google.com/detail/trading212-pro-utils/elllongpopagmgilmlaeildkgmioelhe |
Description | Trading212 pro utils for improved experience |
File Size | 212 KB |
Installation Count | 36 |
Current Version | 1.3 |
Last Updated | 2021-06-29 |
Publish Date | 2021-06-24 |
Rating | 5.00/5 Total 3 Ratings |
Developer | BPS |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |