VR Dashboard I.T.Y.C.

Monitor boat position & call virtual sailor weather router

Co je VR Dashboard I.T.Y.C.?

VR Dashboard I.T.Y.C. je rozšíření Chrome vyvinuté https://ityc.fr, a jeho hlavní funkcí je „Monitor boat position & call virtual sailor weather router“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření VR Dashboard I.T.Y.C.

Stáhněte si soubory rozšíření VR Dashboard I.T.Y.C. ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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 !                    

Základní Informace o Rozšíření

Název VR Dashboard I.T.Y.C. VR Dashboard I.T.Y.C.
ID mhgineegmgpjljjpmocmnlaonmegjkdg
Oficiální URL https://chromewebstore.google.com/detail/vr-dashboard-ityc/mhgineegmgpjljjpmocmnlaonmegjkdg
Popis Monitor boat position & call virtual sailor weather router
Velikost souboru 25.68 MB
Počet instalací 2,483
Aktuální Verze 1.2.5
Poslední Aktualizace 2024-01-09
Datum Vydání 2022-11-06
Hodnocení 4.75/5 Celkem 8 Hodnocení
Vývojář https://ityc.fr
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.ityc.fr/dash.html
URL Stránky Nápovědy https://www.ityc.fr/aide_dash.html
Podporované Jazyky 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\/*"
        ]
    }
}