Hotel Deals

HOTEL DEALS - Huge selections of cheap hotel rooms available with instant hotel booking

Qu'est-ce que Hotel Deals ?

Hotel Deals est une extension Chrome développée par https://www.bedroomchecker.com, et sa fonction principale est "HOTEL DEALS - Huge selections of cheap hotel rooms available with instant hotel booking".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Hotel Deals

Téléchargez les fichiers d'extension Hotel Deals 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

                        Bedroom Checker offer customers great hotel deals, huge selections of cheap hotel rooms available with instant hotel booking.

Please visit our website at http://www.bedroomchecker.com                    

Informations de Base sur l'Extension

Nom Hotel Deals Hotel Deals
ID egeomnlkcoongacpdgbcecbaojjggnaf
URL Officiel https://chromewebstore.google.com/detail/hotel-deals/egeomnlkcoongacpdgbcecbaojjggnaf
Description HOTEL DEALS - Huge selections of cheap hotel rooms available with instant hotel booking
Taille du Fichier 401 KB
Nombre d'Installations 40
Version Actuelle 2.0
Dernière Mise à Jour 2017-09-17
Date de Publication 2017-09-04
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://www.bedroomchecker.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.bedroomchecker.com
URL de la Page d'Aide http://www.bedroomchecker.com/company/faq
URL de la Page de Politique de Confidentialité http://www.bedroomchecker.com/company/privacy
Langues Prises en Charge id,ms,de,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,hi,bn,gu,ta,te,kn-IN,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ],
        "persistent": false
    },
    "description": "HOTEL DEALS - Huge selections of cheap hotel rooms available with instant hotel booking",
    "browser_action": {
        "default_icon": {
            "19": "Icon19.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "jquery-ui.js",
                "content.js"
            ],
            "css": [
                "jquery-ui.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "Icon128.png",
        "19": "Icon19.png",
        "48": "Icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/hotels.bedroomchecker.com; object-src 'self'",
    "manifest_version": 2,
    "name": "Hotel Deals",
    "default_locale": "en_US",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "tabs"
    ],
    "version": "2.0"
}