VR Dashboard I.T.Y.C.

Monitor boat position & call virtual sailor weather router

VR Dashboard I.T.Y.C.란 무엇입니까?

VR Dashboard I.T.Y.C.은(는) https://ityc.fr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Monitor boat position & call virtual sailor weather router"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

VR Dashboard I.T.Y.C. 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Surveillez les informations de navigation de e-boat sur Virtual Regatta Offshore de manière précise!
Disposez en plus d'un panel d outil pour vous aider à prendre les bonnes décisions !                    

확장 프로그램 기본 정보

이름 VR Dashboard I.T.Y.C. VR Dashboard I.T.Y.C.
ID mhgineegmgpjljjpmocmnlaonmegjkdg
공식 URL https://chromewebstore.google.com/detail/vr-dashboard-ityc/mhgineegmgpjljjpmocmnlaonmegjkdg
설명 Monitor boat position & call virtual sailor weather router
파일 크기 25.68 MB
설치 횟수 2,483
현재 버전 1.2.5
최근 업데이트 2024-01-09
출시 날짜 2022-11-06
평점 4.75/5 총 8 개의 평점
개발자 https://ityc.fr
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.ityc.fr/dash.html
도움말 페이지 URL https://www.ityc.fr/aide_dash.html
지원되는 언어 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VR Dashboard I.T.Y.C.",
    "short_name": "VR Dashboard I.T.Y.C.",
    "description": "Monitor boat position & call virtual sailor weather router",
    "version": "1.2.5",
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "scripting",
        "declarativeContent",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/*.virtualregatta.com\/*",
        "*:\/\/*.ityc.fr\/*",
        "*:\/\/*.openstreetmap.org\/*",
        "http:\/\/server.arcgisonline.com\/ArcGIS\/rest\/services\/World_Imagery\/MapServer\/tile\/",
        "https:\/\/routage.vrzen.org\/*",
        "http:\/\/zezo.org\/*",
        "http:\/\/localhost:8081\/nmea\/*",
        "http:\/\/localhost:8082\/nmea\/*",
        "http:\/\/localhost:8083\/nmea\/*",
        "http:\/\/localhost:8084\/nmea\/*"
    ],
    "background": {
        "service_worker": ".\/js\/background.js"
    },
    "action": {
        "default_icon": {
            "128": "icon_grey.png"
        },
        "default_title": "I.T.Y.C. Dashboard"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.virtualregatta.com\/*\/offshore-*\/*",
                "https:\/\/www.virtualregatta.com\/*\/offshore-*-iframe\/*"
            ],
            "js": [
                ".\/js\/addResume2.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.virtualregatta.com\/*\/offshore-*\/*",
                "https:\/\/www.virtualregatta.com\/*\/offshore-*-iframe\/*"
            ],
            "run_at": "document_end",
            "css": [
                ".\/css\/content.css"
            ]
        }
    ],
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "listener.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.virtualregatta.com\/*\/offshore-*\/*",
            "https:\/\/www.virtualregatta.com\/*\/offshore-*-iframe\/*"
        ]
    }
}