Hotel Deals

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

Vad är Hotel Deals?

Hotel Deals är en Chrome-tillägg utvecklad av https://www.bedroomchecker.com, och dess huvudfunktion är "HOTEL DEALS - Huge selections of cheap hotel rooms available with instant hotel booking".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Hotel Deals-förlängningens CRX-fil

Ladda ner Hotel Deals-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Hotel Deals Hotel Deals
ID egeomnlkcoongacpdgbcecbaojjggnaf
Officiell webbadress https://chromewebstore.google.com/detail/hotel-deals/egeomnlkcoongacpdgbcecbaojjggnaf
Beskrivning HOTEL DEALS - Huge selections of cheap hotel rooms available with instant hotel booking
Filstorlek 401 KB
Antal Installationer 40
Aktuell Version 2.0
Senast Uppdaterad 2017-09-17
Publiceringsdatum 2017-09-04
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://www.bedroomchecker.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.bedroomchecker.com
Hjälpsida URL http://www.bedroomchecker.com/company/faq
URL till Sekretesspolicy Sidan http://www.bedroomchecker.com/company/privacy
Stödda Språk 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"
}