StarCitizen Export helper

Export StarCitizen account data to CSV and JSON formats.

StarCitizen Export helper क्या है?

StarCitizen Export helper Shin0by द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Export StarCitizen account data to CSV and JSON formats."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में StarCitizen Export helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम StarCitizen Export helper StarCitizen Export helper
ID mbooppchelgjchpknbcjengmghlccegg
आधिकारिक URL https://chromewebstore.google.com/detail/starcitizen-export-helper/mbooppchelgjchpknbcjengmghlccegg
विवरण Export StarCitizen account data to CSV and JSON formats.
फ़ाइल का आकार 59.36 KB
स्थापना संख्या 152
वर्तमान संस्करण 1.4.13
अंतिम अपडेट 2024-01-24
प्रकाशन तिथि 2021-02-04
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर Shin0by
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
            ]
        }
    ]
}