Trading212 Pro Utils
Trading212 pro utils for improved experience
Trading212 Pro Utilsとは何ですか?
Trading212 Pro UtilsはBPSによって開発されたChromeの拡張機能で、その主な機能は「Trading212 pro utils for improved experience」です。
拡張機能のスクリーンショット
Trading212 Pro Utils拡張機能のCRXファイルをダウンロード
Trading212 Pro Utils拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | Trading212 Pro Utils |
ID | elllongpopagmgilmlaeildkgmioelhe |
公式URL | https://chromewebstore.google.com/detail/trading212-pro-utils/elllongpopagmgilmlaeildkgmioelhe |
説明 | Trading212 pro utils for improved experience |
ファイルサイズ | 212 KB |
インストール数 | 36 |
現在のバージョン | 1.3 |
最終更新日 | 2021-06-29 |
公開日 | 2021-06-24 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | BPS |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" ] } ] } |