Jetpuzzle

Find the cheapest tickets for your next flight

Jetpuzzleคืออะไร?

Jetpuzzle เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://jetpuzzle.net และคุณลักษณะหลักของมันคือ "Find the cheapest tickets for your next flight"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Jetpuzzle

ดาวน์โหลดไฟล์ส่วนขยาย Jetpuzzle ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Jetpuzzle will find the cheapest tickets for your next flight                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Jetpuzzle Jetpuzzle
ID npfembjlphenkaefgeokfciglehfffmj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/jetpuzzle/npfembjlphenkaefgeokfciglehfffmj
คำอธิบาย Find the cheapest tickets for your next flight
ขนาดไฟล์ 101 KB
จำนวนการติดตั้ง 1,336
เวอร์ชันปัจจุบัน 0.2.11
อัปเดตครั้งล่าสุด 2018-03-14
วันที่เผยแพร่ 2018-03-14
คะแนน 3.55/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา https://jetpuzzle.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://jetpuzzle.net
ภาษาที่รองรับ 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"
    ]
}