StarCitizen Export helper

Export StarCitizen account data to CSV and JSON formats.

Was ist StarCitizen Export helper?

StarCitizen Export helper ist eine Chrome-Erweiterung, die von Shin0by entwickelt wurde, und ihr Hauptmerkmal ist "Export StarCitizen account data to CSV and JSON formats.".

Erweiterungsscreenshots

screenshot
screenshot

StarCitizen Export helper-Erweiterungs-CRX-Datei herunterladen

Laden Sie StarCitizen Export helper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name StarCitizen Export helper StarCitizen Export helper
ID mbooppchelgjchpknbcjengmghlccegg
Offizielle URL https://chromewebstore.google.com/detail/starcitizen-export-helper/mbooppchelgjchpknbcjengmghlccegg
Beschreibung Export StarCitizen account data to CSV and JSON formats.
Dateigröße 59.36 KB
Installationsanzahl 152
Aktuelle Version 1.4.13
Letztes Update 2024-01-24
Veröffentlichungsdatum 2021-02-04
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler Shin0by
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}