The Hotels Network

Provides assistance for The Hotels Network clients on some administrative tasks

Cos'è The Hotels Network?

The Hotels Network è un'estensione di Chrome sviluppata da The Hotels Network, e la sua funzione principale è "Provides assistance for The Hotels Network clients on some administrative tasks".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione The Hotels Network

Scarica i file di estensione The Hotels Network in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome The Hotels Network The Hotels Network
ID kjlanicijnppkcdljaekcnichoeaaoml
URL Ufficiale https://chromewebstore.google.com/detail/the-hotels-network/kjlanicijnppkcdljaekcnichoeaaoml
Descrizione Provides assistance for The Hotels Network clients on some administrative tasks
Dimensione del File 228 KB
Conteggio Installazioni 248
Versione Corrente 0.6.8
Ultimo Aggiornamento 2024-01-30
Data di Pubblicazione 2020-07-31
Sviluppatore The Hotels Network
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.thehotelsnetwork.com
URL della Pagina di Aiuto https://www.thehotelsnetwork.com/en/contact
Lingue Supportate 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
        }
    ]
}