StarCitizen Export helper

Export StarCitizen account data to CSV and JSON formats.

Qu'est-ce que StarCitizen Export helper ?

StarCitizen Export helper est une extension Chrome développée par Shin0by, et sa fonction principale est "Export StarCitizen account data to CSV and JSON formats.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension StarCitizen Export helper

Téléchargez les fichiers d'extension StarCitizen Export helper 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 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.                    

Informations de Base sur l'Extension

Nom StarCitizen Export helper StarCitizen Export helper
ID mbooppchelgjchpknbcjengmghlccegg
URL Officiel https://chromewebstore.google.com/detail/starcitizen-export-helper/mbooppchelgjchpknbcjengmghlccegg
Description Export StarCitizen account data to CSV and JSON formats.
Taille du Fichier 59.36 KB
Nombre d'Installations 152
Version Actuelle 1.4.13
Dernière Mise à Jour 2024-01-24
Date de Publication 2021-02-04
Évaluation 5.00/5 Total 4 Évaluations
Développeur Shin0by
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}