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
公式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
Eメール [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
}