The Hotels Network

Provides assistance for The Hotels Network clients on some administrative tasks

The Hotels Network là gì?

The Hotels Network là một tiện ích mở rộng Chrome được phát triển bởi The Hotels Network, và tính năng chính của nó là "Provides assistance for The Hotels Network clients on some administrative tasks".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng The Hotels Network

Tải xuống các tệp mở rộng The Hotels Network dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên The Hotels Network The Hotels Network
ID kjlanicijnppkcdljaekcnichoeaaoml
URL Chính Thức https://chromewebstore.google.com/detail/the-hotels-network/kjlanicijnppkcdljaekcnichoeaaoml
Mô tả Provides assistance for The Hotels Network clients on some administrative tasks
Kích Thước Tệp 228 KB
Số Lần Cài Đặt 248
Phiên Bản Hiện Tại 0.6.8
Cập Nhật Lần Cuối 2024-01-30
Ngày Phát Hành 2020-07-31
Nhà Phát Triển The Hotels Network
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.thehotelsnetwork.com
URL Trang Trợ Giúp https://www.thehotelsnetwork.com/en/contact
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}