Hotel Deals

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

O que é Hotel Deals?

Hotel Deals é uma extensão do Chrome desenvolvida por https://www.bedroomchecker.com, e sua principal característica é "HOTEL DEALS - Huge selections of cheap hotel rooms available with instant hotel booking".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Hotel Deals

Baixe arquivos de extensão Hotel Deals no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Hotel Deals Hotel Deals
ID egeomnlkcoongacpdgbcecbaojjggnaf
URL Oficial https://chromewebstore.google.com/detail/hotel-deals/egeomnlkcoongacpdgbcecbaojjggnaf
Descrição HOTEL DEALS - Huge selections of cheap hotel rooms available with instant hotel booking
Tamanho do Arquivo 401 KB
Contagem de Instalações 40
Versão Atual 2.0
Última Atualização 2017-09-17
Data de Publicação 2017-09-04
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://www.bedroomchecker.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.bedroomchecker.com
URL da Página de Ajuda http://www.bedroomchecker.com/company/faq
URL da Página de Política de Privacidade http://www.bedroomchecker.com/company/privacy
Idiomas Suportados 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"
}