Trading212 Pro Utils
Trading212 pro utils for improved experience
ما هو Trading212 Pro Utils؟
Trading212 Pro Utils هو إضافة Chrome تم تطويرها بواسطة BPS، والميزة الرئيسية لها هي "Trading212 pro utils for improved experience".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Trading212 Pro Utils
قم بتنزيل ملفات الامتداد Trading212 Pro Utils بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
البريد الإلكتروني | [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" ] } ] } |