Jetpuzzle

Find the cheapest tickets for your next flight

Cos'è Jetpuzzle?

Jetpuzzle è un'estensione di Chrome sviluppata da https://jetpuzzle.net, e la sua funzione principale è "Find the cheapest tickets for your next flight".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Jetpuzzle

Scarica i file di estensione Jetpuzzle in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Jetpuzzle will find the cheapest tickets for your next flight                    

Informazioni di Base sull'Estensione

Nome Jetpuzzle Jetpuzzle
ID npfembjlphenkaefgeokfciglehfffmj
URL Ufficiale https://chromewebstore.google.com/detail/jetpuzzle/npfembjlphenkaefgeokfciglehfffmj
Descrizione Find the cheapest tickets for your next flight
Dimensione del File 101 KB
Conteggio Installazioni 1,336
Versione Corrente 0.2.11
Ultimo Aggiornamento 2018-03-14
Data di Pubblicazione 2018-03-14
Valutazione 3.55/5 Totale 20 Valutazioni
Sviluppatore https://jetpuzzle.net
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://jetpuzzle.net
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Jetpuzzle",
    "version": "0.2.11",
    "description": "Find the cheapest tickets for your next flight",
    "author": "svetlikov",
    "icons": {
        "16": "jp.png",
        "48": "jp.png",
        "128": "jp.png"
    },
    "browser_action": {
        "default_icon": "jp.png",
        "default_title": "Jetpuzzle"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "https:\/\/www.google.com\/*",
        "*:\/\/*.aviasales.ru\/*"
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "flightsfucker.js",
        "awesomplete.min.js",
        "style.css",
        "sky.jpg"
    ]
}