Jetpuzzle

Find the cheapest tickets for your next flight

Apa itu Jetpuzzle?

Jetpuzzle adalah ekstensi Chrome yang dikembangkan oleh https://jetpuzzle.net, dan fitur utamanya adalah "Find the cheapest tickets for your next flight".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Jetpuzzle

Unduh file ekstensi Jetpuzzle dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Jetpuzzle will find the cheapest tickets for your next flight                    

Informasi Dasar Ekstensi

Nama Jetpuzzle Jetpuzzle
ID npfembjlphenkaefgeokfciglehfffmj
URL Resmi https://chromewebstore.google.com/detail/jetpuzzle/npfembjlphenkaefgeokfciglehfffmj
Deskripsi Find the cheapest tickets for your next flight
Ukuran File 101 KB
Jumlah Instalasi 1,336
Versi Saat Ini 0.2.11
Terakhir Diperbarui 2018-03-14
Tanggal Publikasi 2018-03-14
Penilaian 3.55/5 Total 20 Penilaian
Pengembang https://jetpuzzle.net
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://jetpuzzle.net
Bahasa yang Didukung 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"
    ]
}