Jetpuzzle

Find the cheapest tickets for your next flight

What is Jetpuzzle?

Jetpuzzle is a Chrome extension developed by https://jetpuzzle.net, and its main feature is "Find the cheapest tickets for your next flight".

Extension Screenshots

screenshot
screenshot

Download Jetpuzzle Extension CRX File

Download Jetpuzzle extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Jetpuzzle will find the cheapest tickets for your next flight                    

Extension Basic Information

Name Jetpuzzle Jetpuzzle
ID npfembjlphenkaefgeokfciglehfffmj
Official URL https://chromewebstore.google.com/detail/jetpuzzle/npfembjlphenkaefgeokfciglehfffmj
Description Find the cheapest tickets for your next flight
File Size 101 KB
Installation Count 1,336
Current Version 0.2.11
Last Updated 2018-03-14
Publish Date 2018-03-14
Rating 3.55/5 Total 20 Ratings
Developer https://jetpuzzle.net
Email [email protected]
Payment Type free
Extension Website https://jetpuzzle.net
Supported Languages 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"
    ]
}