The Hotels Network

Provides assistance for The Hotels Network clients on some administrative tasks

The Hotels Networkとは何ですか?

The Hotels NetworkはThe Hotels Networkによって開発されたChromeの拡張機能で、その主な機能は「Provides assistance for The Hotels Network clients on some administrative tasks」です。

拡張機能のスクリーンショット

screenshot

The Hotels Network拡張機能のCRXファイルをダウンロード

The Hotels Network拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 The Hotels Network The Hotels Network
ID kjlanicijnppkcdljaekcnichoeaaoml
公式URL https://chromewebstore.google.com/detail/the-hotels-network/kjlanicijnppkcdljaekcnichoeaaoml
説明 Provides assistance for The Hotels Network clients on some administrative tasks
ファイルサイズ 228 KB
インストール数 248
現在のバージョン 0.6.8
最終更新日 2024-01-30
公開日 2020-07-31
開発者 The Hotels Network
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.thehotelsnetwork.com
ヘルプページのURL https://www.thehotelsnetwork.com/en/contact
対応言語 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
        }
    ]
}