RSI Companion

Improve your RSI experience.

Что такое RSI Companion?

RSI Companion - это расширение Chrome, разработанное Kamille92, и его основная функция - "Improve your RSI experience.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения RSI Companion

Скачайте файлы расширений RSI Companion в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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