TradeMe Property Assistant
Show travel time to your workplace when you look at property on TradeMe
O que é TradeMe Property Assistant?
TradeMe Property Assistant é uma extensão do Chrome desenvolvida por George Dewar, e sua principal característica é "Show travel time to your workplace when you look at property on TradeMe".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão TradeMe Property Assistant
Baixe arquivos de extensão TradeMe Property Assistant 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
TradeMe Property Assistant supplements property listings with useful information that can help you easily make a more informed decision about whether you're interested. You can configure where you work and when you work, and it will add a section to property listings showing how long the commute will be, using Google Directions. When you install TradeMe Property Assistant, head to the Options page first to enter in your workplace details.
Informações Básicas da Extensão
Nome | TradeMe Property Assistant |
ID | cnnejammadobbkkbkeiifbjkeckgpfin |
URL Oficial | https://chromewebstore.google.com/detail/trademe-property-assistan/cnnejammadobbkkbkeiifbjkeckgpfin |
Descrição | Show travel time to your workplace when you look at property on TradeMe |
Tamanho do Arquivo | 45.27 KB |
Contagem de Instalações | 22 |
Versão Atual | 0.4 |
Última Atualização | 2018-04-13 |
Data de Publicação | 2018-04-13 |
Classificação | 3.33/5 Total de 3 Avaliações |
Desenvolvedor | George Dewar |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TradeMe Property Assistant", "version": "0.4", "description": "Show travel time to your workplace when you look at property on TradeMe", "content_scripts": [ { "matches": [ "https:\/\/www.trademe.co.nz\/*" ], "js": [ "jquery-1.11.1.min.js", "defaults.js", "components\/traveltime.js", "contentscript.js" ], "run_at": "document_end" } ], "permissions": [ "http:\/\/maps.googleapis.com\/", "http:\/\/www.watchmystreet.co.nz\/", "storage" ], "options_page": "options.html", "web_accessible_resources": [ "img\/*" ], "icons": { "128": "img\/icon-128.png" } } |