shoopit - pay less for travel
Choose your destination, shoopit will get you a better price - seriously!
Cos'è shoopit - pay less for travel?
shoopit - pay less for travel è un'estensione di Chrome sviluppata da shoopit, e la sua funzione principale è "Choose your destination, shoopit will get you a better price - seriously!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione shoopit - pay less for travel
Scarica i file di estensione shoopit - pay less for travel in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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)
Informazioni di Base sull'Estensione
Nome | shoopit - pay less for travel |
ID | agianfbobdbglakalonhgoiajlmlnkoh |
URL Ufficiale | https://chromewebstore.google.com/detail/shoopit-pay-less-for-trav/agianfbobdbglakalonhgoiajlmlnkoh |
Descrizione | Choose your destination, shoopit will get you a better price - seriously! |
Dimensione del File | 3.6 MB |
Conteggio Installazioni | 1,969 |
Versione Corrente | 1.207.721 |
Ultimo Aggiornamento | 2023-03-05 |
Data di Pubblicazione | 2022-07-22 |
Valutazione | 5.00/5 Totale 9 Valutazioni |
Sviluppatore | shoopit |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://shoopit.com |
Lingue Supportate | 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": [ "*:\/\/*\/*" ] } ] } |