Enhanced Redfin Data
Improves redfin experience with more information about houses.
Cos'è Enhanced Redfin Data?
Enhanced Redfin Data è un'estensione di Chrome sviluppata da Vignesh Venkat, e la sua funzione principale è "Improves redfin experience with more information about houses.".
Scarica il file CRX dell'estensione Enhanced Redfin Data
Scarica i file di estensione Enhanced Redfin Data in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | hjcngbodppponacgimckecejbkcaccnf |
| URL Ufficiale | https://chromewebstore.google.com/detail/enhanced-redfin-data/hjcngbodppponacgimckecejbkcaccnf |
| Descrizione | Improves redfin experience with more information about houses. |
| Dimensione del File | 37.33 KB |
| Conteggio Installazioni | 23 |
| Versione Corrente | 1.3 |
| Ultimo Aggiornamento | 2018-02-02 |
| Data di Pubblicazione | 2018-02-02 |
| Sviluppatore | Vignesh Venkat |
| Tipo di Pagamento | free |
| Lingue Supportate | 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."
} | |