Show Me The Points
This extension reveals hotel's points rate in the Hyatt.com search results
O que é Show Me The Points?
Show Me The Points é uma extensão do Chrome desenvolvida por abcpp, e sua principal característica é "This extension reveals hotel's points rate in the Hyatt.com search results".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Show Me The Points
Baixe arquivos de extensão Show Me The Points no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
This extension enables you to see point rate while searching for a Hyatt property on the Hyatt.com desktop website. Each property will show smallest number of points needed for a redemption. If the hotel doesn't have points availability for a given period of time, it will say "N/A"
Informações Básicas da Extensão
Nome | Show Me The Points |
ID | ceeleffgoojglmmgpfknkalgpnapcedh |
URL Oficial | https://chromewebstore.google.com/detail/show-me-the-points/ceeleffgoojglmmgpfknkalgpnapcedh |
Descrição | This extension reveals hotel's points rate in the Hyatt.com search results |
Tamanho do Arquivo | 33.2 KB |
Contagem de Instalações | 244 |
Versão Atual | 2.1 |
Última Atualização | 2017-12-15 |
Data de Publicação | 2017-12-15 |
Classificação | 4.00/5 Total de 1 Avaliações |
Desenvolvedor | abcpp |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.hyatt.com |
URL da Página de Ajuda | http://www.flyertalk.com/forum/travel-tools/1778642-show-me-points.html |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Show Me The Points", "description": "This extension reveals hotel's points rate in the Hyatt.com search results", "version": "2.1", "permissions": [ "*:\/\/*.hyatt.com\/search\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.hyatt.com\/search\/*" ], "js": [ "jquery-3.2.1.min.js", "reveal.js" ] } ] } |