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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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
        }
    ]
}