StarCitizen Export helper

Export StarCitizen account data to CSV and JSON formats.

StarCitizen Export helperคืออะไร?

StarCitizen Export helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shin0by และคุณลักษณะหลักของมันคือ "Export StarCitizen account data to CSV and JSON formats."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย StarCitizen Export helper

ดาวน์โหลดไฟล์ส่วนขยาย StarCitizen Export helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}