Roamer - Airbnb Internet Speeds
See which Airbnb listings are in neighborhoods with fast internet
Wat is Roamer - Airbnb Internet Speeds?
Roamer - Airbnb Internet Speeds is een Chrome-extensie ontwikkeld door https://tryroamer.com, en de belangrijkste functie is "See which Airbnb listings are in neighborhoods with fast internet".
Extensie Screenshots
Download het CRX-bestand van de extensie Roamer - Airbnb Internet Speeds
Download Roamer - Airbnb Internet Speeds-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Roamer - Airbnb Internet Speeds |
ID | cdhljjahkpnlcajclppdkojdomlialbj |
Officiële URL | https://chromewebstore.google.com/detail/roamer-airbnb-internet-sp/cdhljjahkpnlcajclppdkojdomlialbj |
Beschrijving | See which Airbnb listings are in neighborhoods with fast internet |
Bestandsgrootte | 178 KB |
Aantal Installaties | 2,000 |
Huidige Versie | 2.1.4 |
Laatst Bijgewerkt | 2022-09-30 |
Publicatiedatum | 2020-11-23 |
Beoordeling | 4.80/5 Totaal 20 Beoordelingen |
Ontwikkelaar | https://tryroamer.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.tryroamer.com |
URL van de Privacybeleid Pagina | https://www.tryroamer.com/privacy |
Ondersteunde Talen | 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" ] } |