StarCitizen Export helper
Export StarCitizen account data to CSV and JSON formats.
Co je StarCitizen Export helper?
StarCitizen Export helper je rozšíření Chrome vyvinuté Shin0by, a jeho hlavní funkcí je „Export StarCitizen account data to CSV and JSON formats.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření StarCitizen Export helper
Stáhněte si soubory rozšíření StarCitizen Export helper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | StarCitizen Export helper |
ID | mbooppchelgjchpknbcjengmghlccegg |
Oficiální URL | https://chromewebstore.google.com/detail/starcitizen-export-helper/mbooppchelgjchpknbcjengmghlccegg |
Popis | Export StarCitizen account data to CSV and JSON formats. |
Velikost souboru | 59.36 KB |
Počet instalací | 152 |
Aktuální Verze | 1.4.13 |
Poslední Aktualizace | 2024-01-24 |
Datum Vydání | 2021-02-04 |
Hodnocení | 5.00/5 Celkem 4 Hodnocení |
Vývojář | Shin0by |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |