RSI Companion

Improve your RSI experience.

RSI Companion란 무엇입니까?

RSI Companion은(는) Kamille92에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Improve your RSI experience."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

RSI Companion 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}