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 |
官方網址 | 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 |
電子郵箱 | [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" ] } ] } |