Jetpuzzle

Find the cheapest tickets for your next flight

Jetpuzzleとは何ですか?

Jetpuzzleはhttps://jetpuzzle.netによって開発されたChromeの拡張機能で、その主な機能は「Find the cheapest tickets for your next flight」です。

拡張機能のスクリーンショット

screenshot
screenshot

Jetpuzzle拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    ]
}