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是由HRS Stay, Work and Pay開發的Chrome擴展程式,該擴展的主要功能是“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

下載HRS Plug-in: Hotel Booking Experience擴展crx文件

下載HRS Plug-in: Hotel Booking Experience擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}