Jetpuzzle

Find the cheapest tickets for your next flight

Wat is Jetpuzzle?

Jetpuzzle is een Chrome-extensie ontwikkeld door https://jetpuzzle.net, en de belangrijkste functie is "Find the cheapest tickets for your next flight".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Jetpuzzle

Download Jetpuzzle-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

                        Jetpuzzle will find the cheapest tickets for your next flight                    

Basisinformatie over de Extensie

Naam Jetpuzzle Jetpuzzle
ID npfembjlphenkaefgeokfciglehfffmj
Officiële URL https://chromewebstore.google.com/detail/jetpuzzle/npfembjlphenkaefgeokfciglehfffmj
Beschrijving Find the cheapest tickets for your next flight
Bestandsgrootte 101 KB
Aantal Installaties 1,336
Huidige Versie 0.2.11
Laatst Bijgewerkt 2018-03-14
Publicatiedatum 2018-03-14
Beoordeling 3.55/5 Totaal 20 Beoordelingen
Ontwikkelaar https://jetpuzzle.net
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://jetpuzzle.net
Ondersteunde Talen 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"
    ]
}