Roamer - Airbnb Internet Speeds
See which Airbnb listings are in neighborhoods with fast internet
What is Roamer - Airbnb Internet Speeds?
Roamer - Airbnb Internet Speeds is a Chrome extension developed by https://tryroamer.com, and its main feature is "See which Airbnb listings are in neighborhoods with fast internet".
Extension Screenshots
Download Roamer - Airbnb Internet Speeds Extension CRX File
Download Roamer - Airbnb Internet Speeds extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Roamer - Airbnb Internet Speeds |
ID | cdhljjahkpnlcajclppdkojdomlialbj |
Official URL | https://chromewebstore.google.com/detail/roamer-airbnb-internet-sp/cdhljjahkpnlcajclppdkojdomlialbj |
Description | See which Airbnb listings are in neighborhoods with fast internet |
File Size | 178 KB |
Installation Count | 2,000 |
Current Version | 2.1.4 |
Last Updated | 2022-09-30 |
Publish Date | 2020-11-23 |
Rating | 4.80/5 Total 20 Ratings |
Developer | https://tryroamer.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.tryroamer.com |
Privacy Policy Page URL | https://www.tryroamer.com/privacy |
Supported Languages | 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" ] } |