StarCitizen Export helper
Export StarCitizen account data to CSV and JSON formats.
O que é StarCitizen Export helper?
StarCitizen Export helper é uma extensão do Chrome desenvolvida por Shin0by, e sua principal característica é "Export StarCitizen account data to CSV and JSON formats.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão StarCitizen Export helper
Baixe arquivos de extensão StarCitizen Export helper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | StarCitizen Export helper |
ID | mbooppchelgjchpknbcjengmghlccegg |
URL Oficial | https://chromewebstore.google.com/detail/starcitizen-export-helper/mbooppchelgjchpknbcjengmghlccegg |
Descrição | Export StarCitizen account data to CSV and JSON formats. |
Tamanho do Arquivo | 59.36 KB |
Contagem de Instalações | 152 |
Versão Atual | 1.4.13 |
Última Atualização | 2024-01-24 |
Data de Publicação | 2021-02-04 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | Shin0by |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |