Unit.Travel

Unit - pay less for the same hotel or flight and get free advice from a travel expert.

O que é Unit.Travel?

Unit.Travel é uma extensão do Chrome desenvolvida por Unit Travel, e sua principal característica é "Unit - pay less for the same hotel or flight and get free advice from a travel expert.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Unit.Travel

Baixe arquivos de extensão Unit.Travel 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

                        The Unit Travel extension helps you compare prices on popular travel web sites. Also our users can get a free advise from travel advisors.                    

Informações Básicas da Extensão

Nome Unit.Travel Unit.Travel
ID fboniocijfobnbbneldahlphcbjedjhb
URL Oficial https://chromewebstore.google.com/detail/unittravel/fboniocijfobnbbneldahlphcbjedjhb
Descrição Unit - pay less for the same hotel or flight and get free advice from a travel expert.
Tamanho do Arquivo 131 KB
Contagem de Instalações 817
Versão Atual 1.0.6
Última Atualização 2023-06-04
Data de Publicação 2022-11-04
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor Unit Travel
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://unit.travel
URL da Página de Ajuda https://unit.travel
URL da Página de Política de Privacidade https://b2b.unit.travel/page/privacy-policy.html
Idiomas Suportados en,ru
manifest.json
{
    "action": {
        "default_icon": {
            "128": "assets\/img\/128.png",
            "32": "assets\/img\/128.png"
        },
        "default_popup": "popup\/popup.html",
        "default_title": "Unit travel"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "content_scripts": [
        {
            "js": [
                "vendor\/jquery\/3.5.1\/jquery.min.js",
                "common\/config.js",
                "common\/lang.js",
                "api\/booking.js"
            ],
            "matches": [
                "https:\/\/*.booking.com\/*",
                "https:\/\/*.unit.travel\/affiliateprogram\/success.html*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "content\/booking\/content.css"
            ],
            "js": [
                "content\/booking.js"
            ],
            "matches": [
                "https:\/\/*.booking.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "css": [
                "content\/booking\/content.css"
            ],
            "js": [
                "content\/unit.js"
            ],
            "matches": [
                "https:\/\/*.unit.travel\/affiliateprogram\/success.html*"
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "ru",
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/unit.travel\/",
    "icons": {
        "128": "assets\/img\/128.png",
        "32": "assets\/img\/128.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "options_ui": {
        "open_in_tab": true,
        "page": "options\/options.html"
    },
    "permissions": [
        "storage"
    ],
    "short_name": "__MSG_appName__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.6",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/img\/*",
                "content\/*"
            ]
        }
    ]
}