shoopit - pay less for travel

Choose your destination, shoopit will get you a better price - seriously!

shoopit - pay less for travel란 무엇입니까?

shoopit - pay less for travel은(는) shoopit에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Choose your destination, shoopit will get you a better price - seriously!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

shoopit - pay less for travel 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Why should the same website give you different prices for the exact same flight, literally the exact same booking, because of where you happen to be located?

We certainly can't think of a good enough reason for this. shoopit gives you a FULL view of the online prices shown by a variety of flight bookings websites, for the same seat on the same flight at the click of a button.

shoopit does the heavy lifting for you by searching every local version of your favorite booking websites - the prices can vary hugely depending on where you are! 

Let shoopit get you the best prices - you're gonna love it!

How to get started:

1) Download the shoopit extension
2) Head to Skyscanner/Kayak/Expedia/Trip/Trivago and many more, and input your departure and destination preferences as well as the dates you want to fly
3) Then follow the simple instructions in the shoopit pop up at the top right of your browser
4) There you go! You can see, in real-time, what the best price out there is

And just so we're clear, it's shoopit (not shopit)                    

확장 프로그램 기본 정보

이름 shoopit - pay less for travel shoopit - pay less for travel
ID agianfbobdbglakalonhgoiajlmlnkoh
공식 URL https://chromewebstore.google.com/detail/shoopit-pay-less-for-trav/agianfbobdbglakalonhgoiajlmlnkoh
설명 Choose your destination, shoopit will get you a better price - seriously!
파일 크기 3.6 MB
설치 횟수 1,969
현재 버전 1.207.721
최근 업데이트 2023-03-05
출시 날짜 2022-07-22
평점 5.00/5 총 9 개의 평점
개발자 shoopit
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://shoopit.com
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_title": "shoopit"
    },
    "background": {
        "service_worker": "js\/bg.bundle.js"
    },
    "description": "Choose your destination, shoopit will get you a better price - seriously!",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "js\/img\/icon_16.png",
        "48": "js\/img\/icon_48.png",
        "128": "js\/img\/icon_128.png"
    },
    "manifest_version": 3,
    "name": "shoopit - pay less for travel",
    "permissions": [
        "storage",
        "tabs",
        "scripting",
        "cookies"
    ],
    "version": "1.207.721",
    "web_accessible_resources": [
        {
            "resources": [
                "\/js\/popup.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}