FlightPenguin

Take the pain out of flight search with Flight Penguin - a browser extension from some of Hipmunk's founders, employees, and fans.

FlightPenguin란 무엇입니까?

FlightPenguin은(는) flightpenguin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Take the pain out of flight search with Flight Penguin - a browser extension from some of Hipmunk's founders, employees, and fans."입니다.

확장 프로그램 스크린샷

screenshot

FlightPenguin 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Take the pain out of flight search with Flight Penguin.  It's a browser extension built and financed by former Hipmunk founders, employees, and fans that finds cheaper and more comfortable flights.

---------------------------------------------------------------------------------------------------------------------

How do we take the pain out of searching for a flight?

👁️ See flights in an appealing, visual format
My eyes glaze over staring at virtual flight tickets that are intentionally made to be difficult to compare, so Flight Penguin's time-bar layout makes it easy to see flight takeoff, landing, and layover times.

1️⃣ Save time by searching for a flight once
I am sick of having to visit multiple travel sites, so our extension searches over 600 airlines globally, including many that do not play nicely with others.

🪄 Better recommendations
My idea of the 'best' flight is *NOT* a redeye on a discount carrier with a long layover. Flight Penguin's top choice finds the best combination of comfort and value - usually an affordable, nonstop, daytime flight.

---------------------------------------------------------------------------------------------------------------------

Flight Penguin is taking a stand against the travel industry's bad behaviors.  If you're looking for trustworthy results, here's how we're different:

🚫 No ads
When I search for a flight, I don't want to see ads at the top of the results or anywhere else.  With Flight Penguin, you'll never see an advertisement pretending to be a flight. We're committed to never showing ads.

⚖️ No bias
We don't make money from upselling you to a more expensive flight or tricking you into buying a premium product. Our results are unbiased and uncorrupted.

🧱 No collusion
Some of the largest travel sites hide flights from you in exchange for special favors from airlines. We refuse to enter into any agreements with airlines, so we can show you more flights.

---------------------------------------------------------------------------------------------------------------------

Please Note: When installing Flight Penguin for Google Chrome™, you will receive a warning that  Flight Penguin will receive access to your browsing history and data. This is a standard message for an

---------------------------------------------------------------------------------------------------------------------

By downloading and installing this extension, you agree to our Terms of Use https://app.flightpenguin.com/terms and our Privacy Policy https://app.flightpenguin.com/privacy.

---------------------------------------------------------------------------------------------------------------------

Flight Penguin is also available for Firefox.

---------------------------------------------------------------------------------------------------------------------

Disclaimer:  
This extension uses Google Analytics to collect extension usage statistics to help improve user experience. If you want to opt-out of Google Analytics tracking, please visit http://tools.google.com/dlpage/gaoptout or you can set up a filter in Adblock Plus or similar ad blocker tools like AdBlock, uBlock or Adblock Pro.                    

확장 프로그램 기본 정보

이름 FlightPenguin FlightPenguin
ID nofndgfpjopdpbcejgdpikmpdehlekac
공식 URL https://chrome.google.com/webstore/detail/flightpenguin/nofndgfpjopdpbcejgdpikmpdehlekac
설명 Take the pain out of flight search with Flight Penguin - a browser extension from some of Hipmunk's founders, employees, and fans.
파일 크기 1.41 MB
설치 횟수 3,986
현재 버전 1.23.0
최근 업데이트 2022-07-27
출시 날짜 2021-12-04
평점 4.80/5 총 20 개의 평점
개발자 flightpenguin
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.flightpenguin.com/
도움말 페이지 URL https://docs.google.com/forms/d/1O-VGhX8puS74UiSYMwhWhTN3tt7yjI594hf9mH6pP4k
개인정보 보호 정책 페이지 URL https://subscribe.flightpenguin.com/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FlightPenguin",
    "short_name": "FlightPenguin",
    "description": "Take the pain out of flight search with Flight Penguin - a browser extension from some of Hipmunk's founders, employees, and fans.",
    "version": "1.23.0",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/apis.google.com; object-src 'self'",
    "web_accessible_resources": [
        "index.html",
        "images\/*.svg",
        "images\/*.png",
        "images\/*.webp",
        "icons\/*.png",
        "icons\/*.svg"
    ],
    "icons": {
        "16": "icons\/icon.png",
        "48": "icons\/icon.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "FlightPenguin"
    },
    "permissions": [
        "tabs",
        "identity",
        "identity.email",
        "geolocation",
        "https:\/\/www.googleapis.com\/",
        "https:\/\/subscribe.flightpenguin.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.trip.com\/flights\/*"
            ],
            "css": [
                "css\/contentScript.css"
            ],
            "js": [
                "content_scripts\/trip.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.cheapoair.com\/air*"
            ],
            "css": [
                "css\/contentScript.css"
            ],
            "js": [
                "content_scripts\/cheapoair.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.kiwi.com\/us\/search\/results\/*"
            ],
            "css": [
                "css\/contentScript.css"
            ],
            "js": [
                "content_scripts\/kiwi.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.momondo.com\/flight-search\/*",
                "https:\/\/www.momondo.com\/book\/*"
            ],
            "css": [
                "css\/contentScript.css"
            ],
            "js": [
                "content_scripts\/momondo.js"
            ]
        },
        {
            "matches": [
                "https:\/\/flightpenguin.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/flightpenguin.com\/talking_travel*"
            ],
            "js": [
                "content_scripts\/flightpenguin.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.aa.com\/*",
                "*:\/\/*.aeromexico.com\/*",
                "*:\/\/*.aircanada.com\/*",
                "*:\/\/*.airchina.com\/*",
                "*:\/\/*.alaskaairlines.com\/*",
                "*:\/\/*.allegiantair.com\/*",
                "*:\/\/*.ana.co.jp\/*",
                "*:\/\/*.ba.com\/*",
                "*:\/\/*.airfrance.com\/*",
                "*:\/\/*.cheapoair.com\/*",
                "*:\/\/*.csair.com\/*",
                "*:\/\/*.ctrip.com\/*",
                "*:\/\/*.delta.com\/*",
                "*:\/\/*.easyjet.com\/*",
                "*:\/\/*.emirates.com\/*",
                "*:\/\/*.expedia.com\/*",
                "*:\/\/*.flyfrontier.com\/*",
                "*:\/\/*.goibibo.com\/*",
                "*:\/\/*.hawaiianairlines.com\/*",
                "*:\/\/*.hurb.com\/*",
                "*:\/\/*.iberia.com\/*",
                "*:\/\/*.jalan.net\/*",
                "*:\/\/*.jetblue.com\/*",
                "*:\/\/*.jsx.com\/*",
                "*:\/\/*.kayak.com\/*",
                "*:\/\/*.kiwi.com\/*",
                "*:\/\/*.klm.com\/*",
                "*:\/\/*.latamairlines.com\/*",
                "*:\/\/*.lufthansa.com\/*",
                "*:\/\/*.makemytrip.com\/*",
                "*:\/\/*.momondo.com\/*",
                "*:\/\/*.orbitz.com\/*",
                "*:\/\/*.priceline.com\/*",
                "*:\/\/*.ryanair.com\/*",
                "*:\/\/*.skiplagged.com\/*",
                "*:\/\/*.skyscanner.com\/*",
                "*:\/\/*.spirit.com\/*",
                "*:\/\/*.southwest.com\/*",
                "*:\/\/*.suncountry.com\/*",
                "*:\/\/*.travel.rakuten.co.jp\/*",
                "*:\/\/*.trip.com\/*",
                "*:\/\/*.tripadvisor.com\/CheapFlightsHome*",
                "*:\/\/*.tripadvisor.co.uk\/CheapFlightsHome*",
                "*:\/\/*.turkishairlines.com\/*",
                "*:\/\/*.united.com\/*",
                "*:\/\/*.vivaaerobus.com\/*",
                "*:\/\/*.volaris.com\/*",
                "*:\/\/*.westjet.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/us.trip.com\/flights\/*",
                "https:\/\/www.trip.com\/flights\/*",
                "https:\/\/www.southwest.com\/air\/booking\/select.html?*",
                "https:\/\/www.southwest.com\/air\/booking\/index.html?*",
                "https:\/\/www.momondo.com\/flight-search\/*",
                "https:\/\/www.momondo.com\/book\/*",
                "https:\/\/www.kiwi.com\/us\/search\/results\/*",
                "https:\/\/www.cheapoair.com\/air\/*"
            ],
            "js": [
                "content_scripts\/generic.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "oauth2": {
        "client_id": "82466302556-jujsfqptcild0kjidp1tspr9pghdva92.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login",
            "email"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArDtt\/DK1\/yBIYUu7ZR99hwrIRFcQ0vNxo4Nj68vAgYniaNaKas5nbmcyW5gmadkz7fJ5EfiMmDa4ZMl4iYsIdeCW32OGczxoAIGqK27lI9jRG\/sgaFa8Mm0p926f\/D2TPYmZya2fvLn+yvu5sWqWHWhTKbYAcFUQk1L179NYeTGhN6T6DGIemXrSulpExmvcgMIOsvazLAzbI4QdSdUWbMQSL4DEhfD3rpO3CaTkmH0DcwrphI8dGPwsVYK1YZUJsJ2ccSjn3m2H8U55\/Iw4v+sS4JrxMnxabrY+g9lIbXe8iDLMSjrV9HNIamy2FMKj9EQBuDOJ9J\/qGVt3RuRaRwIDAQAB"
}