FlightScanner

Find best price for airline tickets with this search automation tool ################################ New in version 0.9.2: -…

O que é FlightScanner?

FlightScanner é uma extensão do Chrome desenvolvida por amidart, e sua principal característica é "Find best price for airline tickets with this search automation tool ################################ New in version 0.9.2: -…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão FlightScanner

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

                        Find best price for airline tickets with this search automation tool

################################

New in version 0.9.2:
- fixed momondo search (new layout)

New in version 0.8:
- fixed aviasales search (new layout)
- made "target price" optional

New in version 0.7:
- fixed aviasales search (new layout)

New in version 0.6:
- fixed aviasales search (new layout)

New in version 0.5:
- added support for adults/children/infants fares searching

New in version 0.4:
- added new providers: momondo.com and aviasales.ru                    

Informações Básicas da Extensão

Nome FlightScanner FlightScanner
ID laafmimmfoigfibljpeaohdehdnlbddg
URL Oficial https://chromewebstore.google.com/detail/flightscanner/laafmimmfoigfibljpeaohdehdnlbddg
Descrição Find best price for airline tickets with this search automation tool ################################ New in version 0.9.2: -…
Tamanho do Arquivo 285 KB
Contagem de Instalações 1,405
Versão Atual 0.9.2
Última Atualização 2019-04-27
Data de Publicação 2019-04-27
Classificação 5.00/5 Total de 9 Avaliações
Desenvolvedor amidart
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade http://dmitry.artamoshkin.com/privacy.html
Idiomas Suportados en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FlightScanner",
    "description": "",
    "default_locale": "en",
    "version": "0.9.2",
    "icons": {
        "256": "\/img\/icon256.png"
    },
    "browser_action": {
        "default_icon": "\/img\/icon256.png",
        "default_popup": "\/html\/popup.html"
    },
    "background": {
        "scripts": [
            "\/lib\/jquery-2.1.1.min.js",
            "\/js\/i18n.alias.js",
            "\/js\/ga.js",
            "\/js\/Task.js",
            "\/js\/TaskManager.js",
            "\/js\/Log.js",
            "\/js\/Notifier.js",
            "\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/search.aviasales.ru\/*",
                "*:\/\/www.aviasales.ru\/search\/*",
                "*:\/\/search.aviasales.kz\/*",
                "*:\/\/www.aviasales.kz\/search\/*",
                "*:\/\/search.aviasales.com\/*",
                "*:\/\/www.aviasales.com\/search\/*"
            ],
            "js": [
                "\/lib\/jquery-2.1.1.min.js",
                "\/js\/cs-aviasales.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/buruki.ru\/*"
            ],
            "js": [
                "\/lib\/jquery-2.1.1.min.js",
                "\/js\/cs-buruki.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.momondo.com\/flight-search\/*",
                "*:\/\/*.momondo.co.uk\/flight-search\/*",
                "*:\/\/*.momondo.ca\/flight-search\/*",
                "*:\/\/*.momondo.com.au\/flight-search\/*",
                "*:\/\/*.momondo.ie\/flight-search\/*",
                "*:\/\/*.momondo.de\/flight-search\/*",
                "*:\/\/*.momondo.fr\/flight-search\/*",
                "*:\/\/*.momondo.nl\/flight-search\/*",
                "*:\/\/*.momondo.dk\/flight-search\/*",
                "*:\/\/*.momondo.se\/flight-search\/*",
                "*:\/\/*.momondo.fi\/flight-search\/*",
                "*:\/\/*.momondo.no\/flight-search\/*",
                "*:\/\/*.momondo.it\/flight-search\/*",
                "*:\/\/*.momondo.es\/flight-search\/*",
                "*:\/\/*.momondo.mx\/flight-search\/*",
                "*:\/\/*.momondo.at\/flight-search\/*",
                "*:\/\/*.momondo.ch\/flight-search\/*",
                "*:\/\/*.momondo.be\/flight-search\/*",
                "*:\/\/*.momondo.ee\/flight-search\/*",
                "*:\/\/*.momondo.pl\/flight-search\/*",
                "*:\/\/*.momondo.co.nz\/flight-search\/*",
                "*:\/\/*.momondo.co.za\/flight-search\/*",
                "*:\/\/*.momondo.pt\/flight-search\/*",
                "*:\/\/*.momondo.com.br\/flight-search\/*",
                "*:\/\/*.momondo.ro\/flight-search\/*",
                "*:\/\/*.momondo.ru \/flight-search\/*",
                "*:\/\/*.momondo.ua\/flight-search\/*",
                "*:\/\/*.momondo.by\/flight-search\/*",
                "*:\/\/*.momondo.com.cn\/flight-search\/*",
                "*:\/\/*.momondo.com.tr\/flight-search\/*",
                "*:\/\/*.momondo.cz\/flight-search\/*",
                "*:\/\/*.momondo.kz\/flight-search\/*",
                "*:\/\/*.momondo.hk\/flight-search\/*",
                "*:\/\/*.momondo.in\/flight-search\/*",
                "*:\/\/*.momondo.tw\/flight-search\/*"
            ],
            "js": [
                "\/lib\/jquery-2.1.1.min.js",
                "\/js\/cs-momondo.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "\/img\/*"
    ],
    "permissions": [
        "notifications",
        "*:\/\/*.aviasales.ru\/*",
        "*:\/\/*.aviasales.kz\/*",
        "*:\/\/*.aviasales.com\/*",
        "*:\/\/*.buruki.ru\/*",
        "*:\/\/*.momondo.com\/*",
        "*:\/\/*.momondo.co.uk\/*",
        "*:\/\/*.momondo.ca\/*",
        "*:\/\/*.momondo.com.au\/*",
        "*:\/\/*.momondo.ie\/*",
        "*:\/\/*.momondo.de\/*",
        "*:\/\/*.momondo.fr\/*",
        "*:\/\/*.momondo.nl\/*",
        "*:\/\/*.momondo.dk\/*",
        "*:\/\/*.momondo.se\/*",
        "*:\/\/*.momondo.fi\/*",
        "*:\/\/*.momondo.no\/*",
        "*:\/\/*.momondo.it\/*",
        "*:\/\/*.momondo.es\/*",
        "*:\/\/*.momondo.mx\/*",
        "*:\/\/*.momondo.at\/*",
        "*:\/\/*.momondo.ch\/*",
        "*:\/\/*.momondo.be\/*",
        "*:\/\/*.momondo.ee\/*",
        "*:\/\/*.momondo.pl\/*",
        "*:\/\/*.momondo.co.nz\/*",
        "*:\/\/*.momondo.co.za\/*",
        "*:\/\/*.momondo.pt\/*",
        "*:\/\/*.momondo.com.br\/*",
        "*:\/\/*.momondo.ro\/*",
        "*:\/\/*.momondo.ru \/*",
        "*:\/\/*.momondo.ua\/*",
        "*:\/\/*.momondo.by\/*",
        "*:\/\/*.momondo.com.cn\/*",
        "*:\/\/*.momondo.com.tr\/*",
        "*:\/\/*.momondo.cz\/*",
        "*:\/\/*.momondo.kz\/*",
        "*:\/\/*.momondo.hk\/*",
        "*:\/\/*.momondo.in\/*",
        "*:\/\/*.momondo.tw\/*"
    ]
}