Trading212 Pro Utils

Trading212 pro utils for improved experience

Trading212 Pro Utilsคืออะไร?

Trading212 Pro Utils เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BPS และคุณลักษณะหลักของมันคือ "Trading212 pro utils for improved experience"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trading212 Pro Utils

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
อีเมล [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"
            ]
        }
    ]
}