Enhanced Redfin Data
Improves redfin experience with more information about houses.
Was ist Enhanced Redfin Data?
Enhanced Redfin Data ist eine Chrome-Erweiterung, die von Vignesh Venkat entwickelt wurde, und ihr Hauptmerkmal ist "Improves redfin experience with more information about houses.".
Enhanced Redfin Data-Erweiterungs-CRX-Datei herunterladen
Laden Sie Enhanced Redfin Data-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Enhanced Redfin Data |
ID | hjcngbodppponacgimckecejbkcaccnf |
Offizielle URL | https://chromewebstore.google.com/detail/enhanced-redfin-data/hjcngbodppponacgimckecejbkcaccnf |
Beschreibung | Improves redfin experience with more information about houses. |
Dateigröße | 37.33 KB |
Installationsanzahl | 23 |
Aktuelle Version | 1.3 |
Letztes Update | 2018-02-02 |
Veröffentlichungsdatum | 2018-02-02 |
Entwickler | Vignesh Venkat |
Zahlungsart | free |
Unterstützte Sprachen | 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." } |