StarCitizen Export helper
Export StarCitizen account data to CSV and JSON formats.
¿Qué es StarCitizen Export helper?
StarCitizen Export helper es una extensión de Chrome desarrollada por Shin0by, y su función principal es "Export StarCitizen account data to CSV and JSON formats.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión StarCitizen Export helper
Descarga archivos de extensión StarCitizen Export helper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | StarCitizen Export helper |
ID | mbooppchelgjchpknbcjengmghlccegg |
URL Oficial | https://chromewebstore.google.com/detail/starcitizen-export-helper/mbooppchelgjchpknbcjengmghlccegg |
Descripción | Export StarCitizen account data to CSV and JSON formats. |
Tamaño del Archivo | 59.36 KB |
Cantidad de Instalaciones | 152 |
Versión Actual | 1.4.13 |
Última Actualización | 2024-01-24 |
Fecha de Publicación | 2021-02-04 |
Calificación | 5.00/5 Total de 4 Calificaciones |
Desarrollador | Shin0by |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } ] } |