Degiro in English
Enables English interface on Degiro stock trading platform
Degiro in Englishとは何ですか?
Degiro in Englishはvp-developerによって開発されたChromeの拡張機能で、その主な機能は「Enables English interface on Degiro stock trading platform」です。
拡張機能のスクリーンショット
Degiro in English拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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 } } |