Enhanced Redfin Data

Improves redfin experience with more information about houses.

Wat is Enhanced Redfin Data?

Enhanced Redfin Data is een Chrome-extensie ontwikkeld door Vignesh Venkat, en de belangrijkste functie is "Improves redfin experience with more information about houses.".

Download het CRX-bestand van de extensie Enhanced Redfin Data

Download Enhanced Redfin Data-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Enhanced Redfin Data Enhanced Redfin Data
ID hjcngbodppponacgimckecejbkcaccnf
Officiële URL https://chromewebstore.google.com/detail/enhanced-redfin-data/hjcngbodppponacgimckecejbkcaccnf
Beschrijving Improves redfin experience with more information about houses.
Bestandsgrootte 37.33 KB
Aantal Installaties 23
Huidige Versie 1.3
Laatst Bijgewerkt 2018-02-02
Publicatiedatum 2018-02-02
Ontwikkelaar Vignesh Venkat
Betalingswijze free
Ondersteunde Talen 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."
}