The Hotels Network

Provides assistance for The Hotels Network clients on some administrative tasks

What is The Hotels Network?

The Hotels Network is a Chrome extension developed by The Hotels Network, and its main feature is "Provides assistance for The Hotels Network clients on some administrative tasks".

Extension Screenshots

screenshot

Download The Hotels Network Extension CRX File

Download The Hotels Network 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

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

Extension Basic Information

Name The Hotels Network The Hotels Network
ID kjlanicijnppkcdljaekcnichoeaaoml
Official URL https://chromewebstore.google.com/detail/the-hotels-network/kjlanicijnppkcdljaekcnichoeaaoml
Description Provides assistance for The Hotels Network clients on some administrative tasks
File Size 228 KB
Installation Count 248
Current Version 0.6.8
Last Updated 2024-01-30
Publish Date 2020-07-31
Developer The Hotels Network
Email [email protected]
Payment Type free
Extension Website https://www.thehotelsnetwork.com
Help Page URL https://www.thehotelsnetwork.com/en/contact
Supported Languages 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
        }
    ]
}