Enhanced Redfin Data

Improves redfin experience with more information about houses.

Co je Enhanced Redfin Data?

Enhanced Redfin Data je rozšíření Chrome vyvinuté Vignesh Venkat, a jeho hlavní funkcí je „Improves redfin experience with more information about houses.“.

Stáhnout soubor CRX rozšíření Enhanced Redfin Data

Stáhněte si soubory rozšíření Enhanced Redfin Data ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Enhanced Redfin Data Enhanced Redfin Data
ID hjcngbodppponacgimckecejbkcaccnf
Oficiální URL https://chromewebstore.google.com/detail/enhanced-redfin-data/hjcngbodppponacgimckecejbkcaccnf
Popis Improves redfin experience with more information about houses.
Velikost souboru 37.33 KB
Počet instalací 23
Aktuální Verze 1.3
Poslední Aktualizace 2018-02-02
Datum Vydání 2018-02-02
Vývojář Vignesh Venkat
Typ Platby free
Podporované Jazyky 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."
}