Degiro in English
Enables English interface on Degiro stock trading platform
Degiro in Englishคืออะไร?
Degiro in English เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vp-developer และคุณลักษณะหลักของมันคือ "Enables English interface on Degiro stock trading platform"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Degiro in English
ดาวน์โหลดไฟล์ส่วนขยาย Degiro in English ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
If you use an online stock trading platform called Degiro and would like to have an English interface in there this extension is going to fix it! If you already have one this extension won't bring you any value, it is created for accounts which have a predefined interface language they can't change because of the platform limitations. 🔐 Your privacy matters, the extension doesn't collect any data! Check the source code here: https://github.com/vermilion1/degiro-en
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Degiro in English |
ID | bfkomkpemefbcjbajoigodbponjcigcn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/degiro-in-english/bfkomkpemefbcjbajoigodbponjcigcn |
คำอธิบาย | Enables English interface on Degiro stock trading platform |
ขนาดไฟล์ | 86.26 KB |
จำนวนการติดตั้ง | 462 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2021-06-10 |
วันที่เผยแพร่ | 2021-01-10 |
คะแนน | 5.00/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | vp-developer |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Degiro in English", "version": "1.3", "description": "Enables English interface on Degiro stock trading platform", "manifest_version": 2, "icons": { "16": "\/assets\/icons\/icon16.png", "48": "\/assets\/icons\/icon48.png", "128": "\/assets\/icons\/icon128.png" }, "browser_action": { "default_popup": "\/src\/popup\/popup.html" }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/trader.degiro.cz\/*", "*:\/\/trader.degiro.ch\/*", "*:\/\/trader.degiro.dk\/*", "*:\/\/trader.degiro.de\/*", "*:\/\/trader.degiro.es\/*", "*:\/\/trader.degiro.gr\/*", "*:\/\/trader.degiro.fr\/*", "*:\/\/trader.degiro.ie\/*", "*:\/\/trader.degiro.it\/*", "*:\/\/trader.degiro.nl\/*", "*:\/\/trader.degiro.co.no\/*", "*:\/\/trader.degiro.hu\/*", "*:\/\/trader.degiro.at\/*", "*:\/\/trader.degiro.pl\/*", "*:\/\/trader.degiro.pt\/*", "*:\/\/trader.degiro.fi\/*", "*:\/\/trader.degiro.se\/*", "*:\/\/trader.degiro.co.uk\/*" ], "background": { "page": "\/src\/index.html", "persistent": true } } |