Roamer - Airbnb Internet Speeds
See which Airbnb listings are in neighborhoods with fast internet
ما هو Roamer - Airbnb Internet Speeds؟
Roamer - Airbnb Internet Speeds هو إضافة Chrome تم تطويرها بواسطة https://tryroamer.com، والميزة الرئيسية لها هي "See which Airbnb listings are in neighborhoods with fast internet".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Roamer - Airbnb Internet Speeds
قم بتنزيل ملفات الامتداد Roamer - Airbnb Internet Speeds بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Roamer - Airbnb Internet Speeds |
ID | cdhljjahkpnlcajclppdkojdomlialbj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/roamer-airbnb-internet-sp/cdhljjahkpnlcajclppdkojdomlialbj |
الوصف | See which Airbnb listings are in neighborhoods with fast internet |
حجم الملف | 178 KB |
عدد التثبيتات | 2,000 |
النسخة الحالية | 2.1.4 |
آخر تحديث | 2022-09-30 |
تاريخ النشر | 2020-11-23 |
تقييم | 4.80/5 مجموع تقييمات 20 |
المطور | https://tryroamer.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.tryroamer.com |
عنوان صفحة سياسة الخصوصية | https://www.tryroamer.com/privacy |
اللغات المدعومة | 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" ] } |