Enhanced Redfin Data
Improves redfin experience with more information about houses.
O que é Enhanced Redfin Data?
Enhanced Redfin Data é uma extensão do Chrome desenvolvida por Vignesh Venkat, e sua principal característica é "Improves redfin experience with more information about houses.".
Baixar o arquivo CRX da Extensão Enhanced Redfin Data
Baixe arquivos de extensão Enhanced Redfin Data 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
Enhance redfin data with the following information: * Distance to places (you can configure the places in the options page of the extension). * Zillow estimates for the house. * Google maps link. * Up to date greatschools scores and direct link to greatschools. * Move redfin panel to the top. (Greatschools is tested only for California schools). Source code: https://github.com/vickyg3/scripts/tree/master/redfin_location
Informações Básicas da Extensão
Nome | Enhanced Redfin Data |
ID | hjcngbodppponacgimckecejbkcaccnf |
URL Oficial | https://chromewebstore.google.com/detail/enhanced-redfin-data/hjcngbodppponacgimckecejbkcaccnf |
Descrição | Improves redfin experience with more information about houses. |
Tamanho do Arquivo | 37.33 KB |
Contagem de Instalações | 23 |
Versão Atual | 1.3 |
Última Atualização | 2018-02-02 |
Data de Publicação | 2018-02-02 |
Desenvolvedor | Vignesh Venkat |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Enhanced Redfin Data", "content_scripts": [ { "matches": [ "http:\/\/www.redfin.com\/*", "https:\/\/www.redfin.com\/*" ], "js": [ "jquery.js", "script.js" ], "run_at": "document_idle" } ], "permissions": [ "http:\/\/maps.googleapis.com\/*", "https:\/\/maps.googleapis.com\/*", "http:\/\/www.greatschools.org\/*", "https:\/\/www.greatschools.org\/*", "http:\/\/www.zillow.com\/*", "https:\/\/www.zillow.com\/*", "storage" ], "options_page": "options.html", "manifest_version": 2, "version": "1.3", "description": "Improves redfin experience with more information about houses." } |