The Hotels Network

Provides assistance for The Hotels Network clients on some administrative tasks

Apa itu The Hotels Network?

The Hotels Network adalah ekstensi Chrome yang dikembangkan oleh The Hotels Network, dan fitur utamanya adalah "Provides assistance for The Hotels Network clients on some administrative tasks".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi The Hotels Network

Unduh file ekstensi The Hotels Network dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama The Hotels Network The Hotels Network
ID kjlanicijnppkcdljaekcnichoeaaoml
URL Resmi https://chromewebstore.google.com/detail/the-hotels-network/kjlanicijnppkcdljaekcnichoeaaoml
Deskripsi Provides assistance for The Hotels Network clients on some administrative tasks
Ukuran File 228 KB
Jumlah Instalasi 248
Versi Saat Ini 0.6.8
Terakhir Diperbarui 2024-01-30
Tanggal Publikasi 2020-07-31
Pengembang The Hotels Network
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.thehotelsnetwork.com
URL Halaman Bantuan https://www.thehotelsnetwork.com/en/contact
Bahasa yang Didukung 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
        }
    ]
}