Roamer - Airbnb Internet Speeds
See which Airbnb listings are in neighborhoods with fast internet
Cos'è Roamer - Airbnb Internet Speeds?
Roamer - Airbnb Internet Speeds è un'estensione di Chrome sviluppata da https://tryroamer.com, e la sua funzione principale è "See which Airbnb listings are in neighborhoods with fast internet".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Roamer - Airbnb Internet Speeds
Scarica i file di estensione Roamer - Airbnb Internet Speeds 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
Roamer appears above the pricing panel whenever you are browsing vacation rental listings on Airbnb. Geographically narrow your search - Roamer provides a simple rating scale you can use to compare neighborhood internet performance across listings worldwide. Request a speed test - With one click Roamer will pre-populate a message to the host asking them to run an internet speed test from the property. Where does the data come from? Roamer uses the raw data generated from Google's internet speed test. We have done the work to clean and translate the millions of speed tests run each day into a few trustworthy metrics. What websites does Roamer work with? Currently, Roamer is only compatible with Airbnb. What information can I see with Roamer? 1) Download Speed The speed at which information travels from the internet to your device. For example, if you are video chatting, your download speed would determine your ability to view other participants. Measured in megabits per second (Mbps). 2) Upload Speed The speed at which information travels from your device to the internet. So if you are video chatting, your upload speed would impact how other participants view your video feed. Measured in megabits per second (Mbps). 3) Latency Latency is the time required for a signal to travel from one computer to another computer on the network and back. When video chatting, high latency will cause delays in your conversation. Measured in milliseconds (MS). 4) Homes Tested The number of unique addresses tested in the neighborhood over the past year. Generally, a neighborhood covers an area of 0.25 square miles (0.6 square km). What do the ranges indicate? The lower and upper bound of the range represent the 25th and 75th percentiles of all homes speed tested in the neighborhood. Who is Roamer for? - World travelers that need to know where they can get connected. - Digital nomad's that want to travel the world and work from anywhere. - Remote workers that need a reliable WiFi connection for video calls. - People tired of working from home that want to plan a last minute vacation.
Informazioni di Base sull'Estensione
Nome | Roamer - Airbnb Internet Speeds |
ID | cdhljjahkpnlcajclppdkojdomlialbj |
URL Ufficiale | https://chromewebstore.google.com/detail/roamer-airbnb-internet-sp/cdhljjahkpnlcajclppdkojdomlialbj |
Descrizione | See which Airbnb listings are in neighborhoods with fast internet |
Dimensione del File | 178 KB |
Conteggio Installazioni | 2,000 |
Versione Corrente | 2.1.4 |
Ultimo Aggiornamento | 2022-09-30 |
Data di Pubblicazione | 2020-11-23 |
Valutazione | 4.80/5 Totale 20 Valutazioni |
Sviluppatore | https://tryroamer.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.tryroamer.com |
URL della Pagina della Politica sulla Privacy | https://www.tryroamer.com/privacy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Roamer - Airbnb Internet Speeds", "description": "See which Airbnb listings are in neighborhoods with fast internet", "version": "2.1.4", "author": "Roamer Technology LLC", "content_scripts": [ { "matches": [ "*:\/\/*.airbnb.com\/*", "*:\/\/*.airbnb.com.ar\/*", "*:\/\/*.airbnb.com.au\/*", "*:\/\/*.airbnb.at\/*", "*:\/\/*.airbnb.be\/*", "*:\/\/*.airbnb.com.bz\/*", "*:\/\/*.airbnb.com.bo\/*", "*:\/\/*.airbnb.com.br\/*", "*:\/\/*.airbnb.ca\/*", "*:\/\/*.airbnb.cl\/*", "*:\/\/*.airbnb.com.co\/*", "*:\/\/*.airbnb.co.cr\/*", "*:\/\/*.airbnb.cz\/*", "*:\/\/*.airbnb.dk\/*", "*:\/\/*.airbnb.com.ec\/*", "*:\/\/*.airbnb.com.sv\/*", "*:\/\/*.airbnb.fi\/*", "*:\/\/*.airbnb.fr\/*", "*:\/\/*.airbnb.de\/*", "*:\/\/*.airbnb.gr\/*", "*:\/\/*.airbnb.com.gt\/*", "*:\/\/*.airbnb.gy\/*", "*:\/\/*.airbnb.com.hn\/*", "*:\/\/*.airbnb.com.hk\/*", "*:\/\/*.airbnb.hu\/*", "*:\/\/*.airbnb.is\/*", "*:\/\/*.airbnb.co.in\/*", "*:\/\/*.airbnb.co.id\/*", "*:\/\/*.airbnb.ie\/*", "*:\/\/*.airbnb.it\/*", "*:\/\/*.airbnb.jp\/*", "*:\/\/*.airbnb.com.my\/*", "*:\/\/*.airbnb.com.mt\/*", "*:\/\/*.airbnb.mx\/*", "*:\/\/*.airbnb.nl\/*", "*:\/\/*.airbnb.co.nz\/*", "*:\/\/*.airbnb.com.ni\/*", "*:\/\/*.airbnb.no\/*", "*:\/\/*.airbnb.com.pa\/*", "*:\/\/*.airbnb.com.py\/*", "*:\/\/*.airbnb.com.pe\/*", "*:\/\/*.airbnb.pl\/*", "*:\/\/*.airbnb.pt\/*", "*:\/\/*.airbnb.ru\/*", "*:\/\/*.airbnb.com.sg\/*", "*:\/\/*.airbnb.co.kr\/*", "*:\/\/*.airbnb.es\/*", "*:\/\/*.airbnb.se\/*", "*:\/\/*.airbnb.ch\/*", "*:\/\/*.airbnb.com.tw\/*", "*:\/\/*.airbnb.com.tr\/*", "*:\/\/*.airbnb.co.uk\/*", "*:\/\/*.airbnb.co.ve\/*" ], "css": [ "dist\/index.css" ], "js": [ "dist\/jquery.js", "dist\/uuid.js", "dist\/contact-host.js", "dist\/index.js", "dist\/init-content-scripts.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "dist\/uuid.js", "dist\/background.js" ], "persistent": false }, "web_accessible_resources": [ "dist\/images\/*" ], "icons": { "16": "dist\/images\/icon32.png", "32": "dist\/images\/icon64.png", "48": "dist\/images\/icon96.png", "128": "dist\/images\/icon256.png", "256": "dist\/images\/icon512.png" }, "permissions": [ "storage" ] } |