VR Dashboard I.T.Y.C.

Monitor boat position & call virtual sailor weather router

What is VR Dashboard I.T.Y.C.?

VR Dashboard I.T.Y.C. is a Chrome extension developed by https://ityc.fr, and its main feature is "Monitor boat position & call virtual sailor weather router".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download VR Dashboard I.T.Y.C. Extension CRX File

Download VR Dashboard I.T.Y.C. extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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 !                    

Extension Basic Information

Name VR Dashboard I.T.Y.C. VR Dashboard I.T.Y.C.
ID mhgineegmgpjljjpmocmnlaonmegjkdg
Official URL https://chromewebstore.google.com/detail/vr-dashboard-ityc/mhgineegmgpjljjpmocmnlaonmegjkdg
Description Monitor boat position & call virtual sailor weather router
File Size 25.68 MB
Installation Count 2,483
Current Version 1.2.5
Last Updated 2024-01-09
Publish Date 2022-11-06
Rating 4.75/5 Total 8 Ratings
Developer https://ityc.fr
Email [email protected]
Payment Type free
Extension Website https://www.ityc.fr/dash.html
Help Page URL https://www.ityc.fr/aide_dash.html
Supported Languages 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\/*"
        ]
    }
}