Enhanced Redfin Data
Improves redfin experience with more information about houses.
Vad är Enhanced Redfin Data?
Enhanced Redfin Data är en Chrome-tillägg utvecklad av Vignesh Venkat, och dess huvudfunktion är "Improves redfin experience with more information about houses.".
Ladda ner Enhanced Redfin Data-förlängningens CRX-fil
Ladda ner Enhanced Redfin Data-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Enhanced Redfin Data |
ID | hjcngbodppponacgimckecejbkcaccnf |
Officiell webbadress | https://chromewebstore.google.com/detail/enhanced-redfin-data/hjcngbodppponacgimckecejbkcaccnf |
Beskrivning | Improves redfin experience with more information about houses. |
Filstorlek | 37.33 KB |
Antal Installationer | 23 |
Aktuell Version | 1.3 |
Senast Uppdaterad | 2018-02-02 |
Publiceringsdatum | 2018-02-02 |
Utvecklare | Vignesh Venkat |
Betalningssätt | free |
Stödda Språk | 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." } |