The Hotels Network

Provides assistance for The Hotels Network clients on some administrative tasks

The Hotels Networkคืออะไร?

The Hotels Network เป็นส่วนขยายของ Chrome ที่พัฒนาโดย The Hotels Network และคุณลักษณะหลักของมันคือ "Provides assistance for The Hotels Network clients on some administrative tasks"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Hotels Network

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
        }
    ]
}