The Hotels Network

Provides assistance for The Hotels Network clients on some administrative tasks

Hvad er The Hotels Network?

The Hotels Network er en Chrome-udvidelse udviklet af The Hotels Network, og dens hovedfunktion er "Provides assistance for The Hotels Network clients on some administrative tasks".

Udvidelsesskærmbilleder

screenshot

Download The Hotels Network-udvidelses-CRX-fil

Download The Hotels Network-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        The power of personalization, easier than ever. Exclusively for The Hotels Network’s clients.                    

Grundlæggende oplysninger om udvidelsen

Navn The Hotels Network The Hotels Network
ID kjlanicijnppkcdljaekcnichoeaaoml
Officiel URL https://chromewebstore.google.com/detail/the-hotels-network/kjlanicijnppkcdljaekcnichoeaaoml
Beskrivelse Provides assistance for The Hotels Network clients on some administrative tasks
Filstørrelse 228 KB
Antal Installationer 248
Nuværende Version 0.6.8
Senest Opdateret 2024-01-30
Udgivelsesdato 2020-07-31
Udvikler The Hotels Network
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.thehotelsnetwork.com
Hjælpeside-URL https://www.thehotelsnetwork.com/en/contact
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "The Hotels Network",
    "description": "Provides assistance for The Hotels Network clients on some administrative tasks",
    "author": "The Hotels Network ",
    "version": "0.6.8",
    "homepage_url": "https:\/\/www.thehotelsnetwork.com",
    "icons": {
        "16": "assets\/thn-logo-16.png",
        "48": "assets\/thn-logo-48.png",
        "128": "assets\/thn-logo-128.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_title": "The Hotes Network"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "webNavigation",
        "declarativeNetRequest",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.thehotelsnetwork.com\/*",
            "*:\/\/*.thn.app\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/selector.ts-76e89c2a.js",
                "assets\/lodash-80697a61.js",
                "assets\/selector-loader.ts-20afc5fd.js"
            ],
            "use_dynamic_url": false
        }
    ]
}