StarCitizen Export helper

Export StarCitizen account data to CSV and JSON formats.

ما هو StarCitizen Export helper؟

StarCitizen Export helper هو إضافة Chrome تم تطويرها بواسطة Shin0by، والميزة الرئيسية لها هي "Export StarCitizen account data to CSV and JSON formats.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة StarCitizen Export helper

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

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

                        Export Hangar and BuyBack items from StarCitizen account to CSV or JSON  format - supported Excel and Google Sheets. Automatically displays the buyback price for both items and ship upgrades.
Thanks to this extension, it became possible to easily sort the data, filter them by content and features such as Gift, Reclaim, Upgrade. The contents of the item, pictures and all other parameters are also available.                    

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

الاسم StarCitizen Export helper StarCitizen Export helper
ID mbooppchelgjchpknbcjengmghlccegg
عنوان URL الرسمي https://chromewebstore.google.com/detail/starcitizen-export-helper/mbooppchelgjchpknbcjengmghlccegg
الوصف Export StarCitizen account data to CSV and JSON formats.
حجم الملف 59.36 KB
عدد التثبيتات 152
النسخة الحالية 1.4.13
آخر تحديث 2024-01-24
تاريخ النشر 2021-02-04
تقييم 5.00/5 مجموع تقييمات 4
المطور Shin0by
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "StarCitizen Export helper",
    "version": "1.4.13",
    "author": "Shin0by",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Export StarCitizen account data to CSV and JSON formats.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/robertsspaceindustries.com\/account\/buy-back-pledges*",
                "https:\/\/robertsspaceindustries.com\/account\/pledges*"
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "ui.js",
                "tools.js",
                "config.js",
                "content.js"
            ]
        }
    ]
}