HRS Plug-in: Hotel Booking Experience

This plug-in was designed to improve the corporate travel search and book experience in your company's Online Booking Tool.

ما هو HRS Plug-in: Hotel Booking Experience؟

HRS Plug-in: Hotel Booking Experience هو إضافة Chrome تم تطويرها بواسطة HRS Stay, Work and Pay، والميزة الرئيسية لها هي "This plug-in was designed to improve the corporate travel search and book experience in your company's Online Booking Tool.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة HRS Plug-in: Hotel Booking Experience

قم بتنزيل ملفات الامتداد HRS Plug-in: Hotel Booking Experience بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This plug-in was designed to elevate the corporate travel search and book experience in your company’s OBT (Online Booking Tool) to the next level. The augmented content provides security scores, sustainability, information, electrical vehicle charging, credit card acceptance, filters and much more. This enhanced experience allows travelers to make better choices in the most efficient and enjoyable way                    

معلومات أساسية عن التمديد

الاسم HRS Plug-in: Hotel Booking Experience HRS Plug-in: Hotel Booking Experience
ID dlbjdnlebeomgpeihkkmlblibabobbnn
عنوان URL الرسمي https://chromewebstore.google.com/detail/hrs-plug-in-hotel-booking/dlbjdnlebeomgpeihkkmlblibabobbnn
الوصف This plug-in was designed to improve the corporate travel search and book experience in your company's Online Booking Tool.
حجم الملف 307 KB
عدد التثبيتات 3,446
النسخة الحالية 1.0.26
آخر تحديث 2023-10-26
تاريخ النشر 2022-07-23
تقييم 4.50/5 مجموع تقييمات 6
المطور HRS Stay, Work and Pay
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.hrs.com/enterprise/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_fullName__",
    "short_name": "hrs_ext",
    "version": "1.0.26",
    "default_locale": "en",
    "description": "__MSG_Description__",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                ".\/js\/vendor.js",
                ".\/js\/content.js",
                ".\/js\/inject.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "\/icons\/hrslogo\/16x16.png",
        "32": "\/icons\/hrslogo\/32x32.png",
        "48": "\/icons\/hrslogo\/48x48.png",
        "128": "\/icons\/hrslogo\/128x128.png"
    },
    "host_permissions": [
        "https:\/\/*.hrs.com\/*"
    ],
    "background": {
        "service_worker": ".\/js\/background.js",
        "type": "module"
    },
    "action": {
        "default_title": "HRS helper",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/icons\/hrslogo\/16x16.png",
            "32": "\/icons\/hrslogo\/32x32.png",
            "48": "\/icons\/hrslogo\/48x48.png",
            "128": "\/icons\/hrslogo\/128x128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html",
                "content.css",
                "\/js\/document.js",
                "\/js\/matomo.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; img-src 'self';"
    },
    "manifest_version": 3
}