eToro CSV Portfolio Exporter

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

ما هو eToro CSV Portfolio Exporter؟

eToro CSV Portfolio Exporter هو إضافة Chrome تم تطويرها بواسطة Žanas Stundys، والميزة الرئيسية لها هي "Makes your eToro holdings (trades/portfolio) available to export to csv.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة eToro CSV Portfolio Exporter

قم بتنزيل ملفات الامتداد eToro CSV Portfolio Exporter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم eToro CSV Portfolio Exporter eToro CSV Portfolio Exporter
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
البريد الإلكتروني [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"
    }
}