Hotel Deals

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

Hvad er Hotel Deals?

Hotel Deals er en Chrome-udvidelse udviklet af https://www.bedroomchecker.com, og dens hovedfunktion er "HOTEL DEALS - Huge selections of cheap hotel rooms available with instant hotel booking".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Hotel Deals-udvidelses-CRX-fil

Download Hotel Deals-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Hotel Deals Hotel Deals
ID egeomnlkcoongacpdgbcecbaojjggnaf
Officiel URL https://chromewebstore.google.com/detail/hotel-deals/egeomnlkcoongacpdgbcecbaojjggnaf
Beskrivelse HOTEL DEALS - Huge selections of cheap hotel rooms available with instant hotel booking
Filstørrelse 401 KB
Antal Installationer 40
Nuværende Version 2.0
Senest Opdateret 2017-09-17
Udgivelsesdato 2017-09-04
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://www.bedroomchecker.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://www.bedroomchecker.com
Hjælpeside-URL http://www.bedroomchecker.com/company/faq
URL til Fortrolighedspolitik Side http://www.bedroomchecker.com/company/privacy
Understøttede Sprog 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"
}