Enhanced Redfin Data
Improves redfin experience with more information about houses.
¿Qué es Enhanced Redfin Data?
Enhanced Redfin Data es una extensión de Chrome desarrollada por Vignesh Venkat, y su función principal es "Improves redfin experience with more information about houses.".
Descargar Archivo CRX de la Extensión Enhanced Redfin Data
Descarga archivos de extensión Enhanced Redfin Data en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Enhanced Redfin Data |
ID | hjcngbodppponacgimckecejbkcaccnf |
URL Oficial | https://chromewebstore.google.com/detail/enhanced-redfin-data/hjcngbodppponacgimckecejbkcaccnf |
Descripción | Improves redfin experience with more information about houses. |
Tamaño del Archivo | 37.33 KB |
Cantidad de Instalaciones | 23 |
Versión Actual | 1.3 |
Última Actualización | 2018-02-02 |
Fecha de Publicación | 2018-02-02 |
Desarrollador | Vignesh Venkat |
Tipo de Pago | free |
Idiomas Soportados | 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." } |