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.

Qu'est-ce que HRS Plug-in: Hotel Booking Experience ?

HRS Plug-in: Hotel Booking Experience est une extension Chrome développée par HRS Stay, Work and Pay, et sa fonction principale est "This plug-in was designed to improve the corporate travel search and book experience in your company's Online Booking Tool.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension HRS Plug-in: Hotel Booking Experience

Téléchargez les fichiers d'extension HRS Plug-in: Hotel Booking Experience au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom HRS Plug-in: Hotel Booking Experience HRS Plug-in: Hotel Booking Experience
ID dlbjdnlebeomgpeihkkmlblibabobbnn
URL Officiel https://chromewebstore.google.com/detail/hrs-plug-in-hotel-booking/dlbjdnlebeomgpeihkkmlblibabobbnn
Description This plug-in was designed to improve the corporate travel search and book experience in your company's Online Booking Tool.
Taille du Fichier 307 KB
Nombre d'Installations 3,446
Version Actuelle 1.0.26
Dernière Mise à Jour 2023-10-26
Date de Publication 2022-07-23
Évaluation 4.50/5 Total 6 Évaluations
Développeur HRS Stay, Work and Pay
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.hrs.com/enterprise/
Langues Prises en Charge 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
}