eToro CSV Portfolio Exporter
Makes your eToro holdings (trades/portfolio) available to export to csv.
eToro CSV Portfolio Exporterとは何ですか?
eToro CSV Portfolio ExporterはŽanas Stundysによって開発されたChromeの拡張機能で、その主な機能は「Makes your eToro holdings (trades/portfolio) available to export to csv.」です。
拡張機能のスクリーンショット
eToro CSV Portfolio Exporter拡張機能のCRXファイルをダウンロード
eToro CSV Portfolio Exporter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Export your eToro portfolio holdings to CSV. How to use:
- Right-click on the portfolio holdings
- Select "Export to CSV"
- Holdings will be downloaded to your computer
⚠️ Note: People/CopyPortfolio investments are not supported and will be left out of the exported file. 拡張機能の基本情報
| 名前 | |
| ID | knkacmdaglcopgobnihpjofgknppobba |
| 公式URL | https://chromewebstore.google.com/detail/etoro-csv-portfolio-expor/knkacmdaglcopgobnihpjofgknppobba |
| 説明 | Makes your eToro holdings (trades/portfolio) available to export to csv. |
| ファイルサイズ | 368 KB |
| インストール数 | 304 |
| 現在のバージョン | 1.2 |
| 最終更新日 | 2022-07-30 |
| 公開日 | 2021-09-13 |
| 評価 | 1.71/5 合計 7 レビュー |
| 開発者 | Žanas Stundys |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "eToro CSV Portfolio Exporter",
"version": "1.2",
"description": "Makes your eToro holdings (trades\/portfolio) available to export to csv.",
"permissions": [
"contextMenus"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.etoro.com\/*"
],
"css": [
"content-script.css"
],
"js": [
"content-script.js"
]
}
],
"icons": {
"16": "\/images\/icon-16.png",
"32": "\/images\/icon-32.png",
"48": "\/images\/icon-48.png",
"128": "\/images\/icon-128.png",
"512": "\/images\/icon-512.png"
}
} | |