Hotel WiFi Test
Displays WiFi speed info directly onto Hotels.com, Expedia, and TripAdvisor.
Wat is Hotel WiFi Test?
Hotel WiFi Test is een Chrome-extensie ontwikkeld door http://hotelwifitest.com, en de belangrijkste functie is "Displays WiFi speed info directly onto Hotels.com, Expedia, and TripAdvisor.".
Extensie Screenshots
Download het CRX-bestand van de extensie Hotel WiFi Test
Download Hotel WiFi Test-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
See information about WiFi speed and quality without leaving your favourite travel site. Supported websites: - Hotels.com - Expedia.com - TripAdvisor.com and its regional sites Supported pages: - Hotel info page (single hotel) - Hotel search/city page (list of hotels) Check hotel WiFi quality before you book, not after you enter the room!
Basisinformatie over de Extensie
Naam | |
ID | edmihoffhdjdjnfdcodfmcdimamhjejk |
Officiële URL | https://chrome.google.com/webstore/detail/hotel-wifi-test/edmihoffhdjdjnfdcodfmcdimamhjejk |
Beschrijving | Displays WiFi speed info directly onto Hotels.com, Expedia, and TripAdvisor. |
Bestandsgrootte | 75.94 KB |
Aantal Installaties | 1,374 |
Huidige Versie | 2.0.1 |
Laatst Bijgewerkt | 2015-10-15 |
Publicatiedatum | 2015-10-15 |
Beoordeling | 4.16/5 Totaal 75 Beoordelingen |
Ontwikkelaar | http://hotelwifitest.com |
Betalingswijze | free |
Extensiewebsite | http://www.hotelwifitest.com |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hotel WiFi Test", "description": "Displays WiFi speed info directly onto Hotels.com, Expedia, and TripAdvisor.", "version": "2.0.1", "homepage_url": "http:\/\/www.hotelwifitest.com\/", "permissions": [ "alarms" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "background": { "page": "data\/eventpage.html", "persistent": false }, "web_accessible_resources": [ "data\/icon16.png", "data\/wifi_1.png", "data\/wifi_2.png", "data\/wifi_3.png", "data\/wifi_4.png", "data\/logo.png", "data\/page.css", "data\/page_hcom.css", "data\/page_expedia.css", "data\/page_ta.css" ], "icons": { "16": "data\/icon16.png", "48": "data\/icon48.png", "128": "data\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.hotelwifitest.com\/browser\/" ], "js": [ "data\/jquery-2.1.4.min.js", "data\/hwt.js" ] }, { "matches": [ "*:\/\/*.hotels.com\/*" ], "css": [ "data\/page.css", "data\/page_hcom.css" ], "js": [ "data\/jquery-2.1.4.min.js", "data\/chrome.js", "data\/page.js", "data\/page_hcom.js" ] }, { "matches": [ "*:\/\/*.expedia.com\/*" ], "css": [ "data\/page.css", "data\/page_expedia.css" ], "js": [ "data\/jquery-2.1.4.min.js", "data\/chrome.js", "data\/page.js", "data\/page_expedia.js" ] }, { "matches": [ "*:\/\/*.tripadvisor.com\/*", "*:\/\/www.tripadvisor.de\/*", "*:\/\/www.tripadvisor.co.uk\/*", "*:\/\/www.tripadvisor.co.kr\/*", "*:\/\/www.tripadvisor.co.id\/*", "*:\/\/www.tripadvisor.nl\/*", "*:\/\/www.tripadvisor.ru\/*", "*:\/\/www.tripadvisor.it\/*", "*:\/\/www.tripadvisor.es\/*", "*:\/\/www.tripadvisor.fr\/*", "*:\/\/www.tripadvisor.ca\/*", "*:\/\/www.tripadvisor.jp\/*", "*:\/\/www.tripadvisor.dk\/*", "*:\/\/www.tripadvisor.se\/*", "*:\/\/www.tripadvisor.ie\/*", "*:\/\/www.tripadvisor.at\/*", "*:\/\/www.tripadvisor.cz\/*", "*:\/\/www.tripadvisor.in\/*", "*:\/\/www.tripadvisor.com.tw\/*", "*:\/\/www.tripadvisor.com.mx\/*", "*:\/\/www.tripadvisor.com.au\/*", "*:\/\/www.tripadvisor.com.br\/*", "*:\/\/www.tripadvisor.com.at\/*", "*:\/\/www.tripadvisor.com.sg\/*", "*:\/\/www.tripadvisor.com.gr\/*", "*:\/\/www.tripadvisor.cl\/*", "*:\/\/www.tripadvisor.fi\/*", "*:\/\/www.tripadvisor.com.tr\/*" ], "css": [ "data\/page.css", "data\/page_ta.css" ], "js": [ "data\/jquery-2.1.4.min.js", "data\/chrome.js", "data\/page.js", "data\/page_ta.js" ] } ] } |