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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}