eToro CSV Portfolio Exporter
Makes your eToro holdings (trades/portfolio) available to export to csv.
Qu'est-ce que eToro CSV Portfolio Exporter ?
eToro CSV Portfolio Exporter est une extension Chrome développée par Žanas Stundys, et sa fonction principale est "Makes your eToro holdings (trades/portfolio) available to export to csv.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension eToro CSV Portfolio Exporter
Téléchargez les fichiers d'extension eToro CSV Portfolio Exporter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | eToro CSV Portfolio Exporter |
ID | knkacmdaglcopgobnihpjofgknppobba |
URL Officiel | https://chromewebstore.google.com/detail/etoro-csv-portfolio-expor/knkacmdaglcopgobnihpjofgknppobba |
Description | Makes your eToro holdings (trades/portfolio) available to export to csv. |
Taille du Fichier | 368 KB |
Nombre d'Installations | 304 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2022-07-30 |
Date de Publication | 2021-09-13 |
Évaluation | 1.71/5 Total 7 Évaluations |
Développeur | Žanas Stundys |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |