eToro CSV Portfolio Exporter

Makes your eToro holdings (trades/portfolio) available to export to csv.

Wat is eToro CSV Portfolio Exporter?

eToro CSV Portfolio Exporter is een Chrome-extensie ontwikkeld door Žanas Stundys, en de belangrijkste functie is "Makes your eToro holdings (trades/portfolio) available to export to csv.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie eToro CSV Portfolio Exporter

Download eToro CSV Portfolio Exporter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam eToro CSV Portfolio Exporter eToro CSV Portfolio Exporter
ID knkacmdaglcopgobnihpjofgknppobba
Officiële URL https://chromewebstore.google.com/detail/etoro-csv-portfolio-expor/knkacmdaglcopgobnihpjofgknppobba
Beschrijving Makes your eToro holdings (trades/portfolio) available to export to csv.
Bestandsgrootte 368 KB
Aantal Installaties 304
Huidige Versie 1.2
Laatst Bijgewerkt 2022-07-30
Publicatiedatum 2021-09-13
Beoordeling 1.71/5 Totaal 7 Beoordelingen
Ontwikkelaar Žanas Stundys
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}