Enhanced Redfin Data
Improves redfin experience with more information about houses.
Hvad er Enhanced Redfin Data?
Enhanced Redfin Data er en Chrome-udvidelse udviklet af Vignesh Venkat, og dens hovedfunktion er "Improves redfin experience with more information about houses.".
Download Enhanced Redfin Data-udvidelses-CRX-fil
Download Enhanced Redfin Data-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Enhanced Redfin Data |
ID | hjcngbodppponacgimckecejbkcaccnf |
Officiel URL | https://chromewebstore.google.com/detail/enhanced-redfin-data/hjcngbodppponacgimckecejbkcaccnf |
Beskrivelse | Improves redfin experience with more information about houses. |
Filstørrelse | 37.33 KB |
Antal Installationer | 23 |
Nuværende Version | 1.3 |
Senest Opdateret | 2018-02-02 |
Udgivelsesdato | 2018-02-02 |
Udvikler | Vignesh Venkat |
Betalingsmetode | free |
Understøttede Sprog | 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." } |