Opodo Flight Search

Compare millions of flights, as well as car hire and hotels worldwide! Opodo is the travel search app for savvy travellers.

Wat is Opodo Flight Search?

Opodo Flight Search is een Chrome-extensie ontwikkeld door chromeapps, en de belangrijkste functie is "Compare millions of flights, as well as car hire and hotels worldwide! Opodo is the travel search app for savvy travellers.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Opodo Flight Search

Download Opodo Flight Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Opodo checks prices daily to ensure the cheapest deals for flights, hotels, car hire, city breaks, package holidays and lots more.
Book airline tickets worldwide, including cheap flights to New York, low Bangkok fares, Dubai flights and cheap flights to London.                    

Basisinformatie over de Extensie

Naam Opodo Flight Search Opodo Flight Search
ID pmhkmnapbhpjfgjhkabficpaajleocdj
Officiële URL https://chromewebstore.google.com/detail/opodo-flight-search/pmhkmnapbhpjfgjhkabficpaajleocdj
Beschrijving Compare millions of flights, as well as car hire and hotels worldwide! Opodo is the travel search app for savvy travellers.
Bestandsgrootte 292 KB
Aantal Installaties 364
Huidige Versie 1.3.2
Laatst Bijgewerkt 2014-09-19
Publicatiedatum 2014-09-18
Beoordeling 3.33/5 Totaal 6 Beoordelingen
Ontwikkelaar chromeapps
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina http://www.shoplify.net/info/privacy
Ondersteunde Talen de,en-GB,en-US,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_title__",
    "version": "1.3.2",
    "description": "__MSG_about__",
    "default_locale": "en_US",
    "browser_action": {
        "default_title": "Flugsuche",
        "default_icon": "img\/icon64.png",
        "default_popup": "panel.html"
    },
    "icons": {
        "128": "img\/icon128.png"
    },
    "permissions": [
        "http:\/\/*.travelocity.com\/"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "js\/jquery-1.9.1.min.js",
            "js\/main.js"
        ]
    },
    "manifest_version": 2
}