BookWithMatrix

Opens an ITA Matrix itinerary on BookWithMatrix to easily book it. For more information, visit https://bookwithmatrix.com

O que é BookWithMatrix?

BookWithMatrix é uma extensão do Chrome desenvolvida por https://bookwithmatrix.com, e sua principal característica é "Opens an ITA Matrix itinerary on BookWithMatrix to easily book it. For more information, visit https://bookwithmatrix.com".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão BookWithMatrix

Baixe arquivos de extensão BookWithMatrix 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

                        NOTE: We are not affiliated with ITA or Google in any way.

Easily book flights found on ITA Matrix (the world's most powerful flights search tool) using BookWithMatrix (https://bookwithmatrix.com)! Now, instead of having to retype all of your details in another flight search engine, you can get to the booking page with just the press of a button.

To use the extension, navigate to an ITA Matrix results page. The icon should become not grayed out, and you can click it to take yourself straight to BookWithMatrix.                    

Informações Básicas da Extensão

Nome BookWithMatrix BookWithMatrix
ID enpgegaockimafpdjomphligajfkcaeo
URL Oficial https://chromewebstore.google.com/detail/bookwithmatrix/enpgegaockimafpdjomphligajfkcaeo
Descrição Opens an ITA Matrix itinerary on BookWithMatrix to easily book it. For more information, visit https://bookwithmatrix.com
Tamanho do Arquivo 38.71 KB
Contagem de Instalações 9,911
Versão Atual 1.0.6
Última Atualização 2021-03-28
Data de Publicação 2016-08-02
Classificação 3.60/5 Total de 5 Avaliações
Desenvolvedor https://bookwithmatrix.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://bookwithmatrix.com/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BookWithMatrix",
    "version": "1.0.6",
    "description": "Opens an ITA Matrix itinerary on BookWithMatrix to easily book it. For more information, visit https:\/\/bookwithmatrix.com",
    "icons": {
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "64": "assets\/icon64.png",
        "128": "assets\/icon128.png",
        "256": "assets\/icon256.png"
    },
    "browser_action": {
        "default_title": "Open in BookWithMatrix",
        "default_icon": "assets\/icon32.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/matrix.itasoftware.com\/*"
            ],
            "js": [
                "content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/bookwithmatrix.com\/*"
            ],
            "js": [
                "installed.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/bookwithmatrix.com\/",
        "activeTab"
    ],
    "manifest_version": 2
}