VR Dashboard I.T.Y.C.

Monitor boat position & call virtual sailor weather router

VR Dashboard I.T.Y.C. là gì?

VR Dashboard I.T.Y.C. là một tiện ích mở rộng Chrome được phát triển bởi https://ityc.fr, và tính năng chính của nó là "Monitor boat position & call virtual sailor weather router".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng VR Dashboard I.T.Y.C.

Tải xuống các tệp mở rộng VR Dashboard I.T.Y.C. dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 !                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên VR Dashboard I.T.Y.C. VR Dashboard I.T.Y.C.
ID mhgineegmgpjljjpmocmnlaonmegjkdg
URL Chính Thức https://chromewebstore.google.com/detail/vr-dashboard-ityc/mhgineegmgpjljjpmocmnlaonmegjkdg
Mô tả Monitor boat position & call virtual sailor weather router
Kích Thước Tệp 25.68 MB
Số Lần Cài Đặt 2,483
Phiên Bản Hiện Tại 1.2.5
Cập Nhật Lần Cuối 2024-01-09
Ngày Phát Hành 2022-11-06
Đánh Giá 4.75/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://ityc.fr
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.ityc.fr/dash.html
URL Trang Trợ Giúp https://www.ityc.fr/aide_dash.html
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}