RSI Companion

Improve your RSI experience.

RSI Companion क्या है?

RSI Companion Kamille92 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improve your RSI experience."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        RSI Companion is a powerful application with a simple goal: Display and analyses data from Star Citizen website https://robertsspaceindustries.com/

This tool allows you to:
- Comm-Link: Get latest News from RSI website
- Spectrum: Get latest CIG threads and notification
- Ships: Easily view and search thru ship list. Also, you may have an overview of your hanger and your In-Game ships (including loaners)
- Contacts: Manage your contacts and Copy them into PTU
- Organizations: View and Follow Organization members
- Roadmap: View latest roadmaps for SC & SQ42 (including difference from previous week and history)

In order to use the application, you need to have an RSI account and be connected on RSI website.

Disclaimer : Your RSI data are accessed only locally and are not sent to any third party application.                    

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

नाम RSI Companion RSI Companion
ID kopamahnjkchmgjkoejfconipkclhibf
आधिकारिक URL https://chromewebstore.google.com/detail/rsi-companion/kopamahnjkchmgjkoejfconipkclhibf
विवरण Improve your RSI experience.
फ़ाइल का आकार 6.57 MB
स्थापना संख्या 6,666
वर्तमान संस्करण 0.2.14
अंतिम अपडेट 2023-05-11
प्रकाशन तिथि 2020-02-17
रेटिंग 4.79/5 कुल 39 रेटिंग्स
डेवलपर Kamille92
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/waibcam/RSI_Companion
सहायता पृष्ठ URL https://github.com/waibcam/RSI_Companion/issues
गोपनीयता नीति पृष्ठ URL https://rsi-companion.kamille.ovh/Privacy_Policy.html
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RSI Companion",
    "description": "Improve your RSI experience.",
    "version": "0.2.14",
    "author": "Kamille92",
    "permissions": [
        "cookies",
        "alarms",
        "storage",
        "https:\/\/ptu.cloudimperiumgames.com\/*",
        "https:\/\/robertsspaceindustries.com\/*",
        "https:\/\/status.robertsspaceindustries.com\/*",
        "https:\/\/rsi-companion.kamille.ovh\/*",
        "https:\/\/www.googleapis.com\/*"
    ],
    "background": {
        "scripts": [
            "js\/jquery-3.6.4.min.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "img\/icon_256.png",
        "default_title": "RSI Companion - Application"
    },
    "icons": {
        "64": "img\/icon_64.png",
        "128": "img\/icon_128.png",
        "256": "img\/icon_256.png"
    }
}