Enhanced Redfin Data

Improves redfin experience with more information about houses.

什么是Enhanced Redfin Data?

Enhanced Redfin Data是由Vignesh Venkat开发的Chrome扩展程序,该扩展的主要功能是“Improves redfin experience with more information about houses.”。

下载Enhanced Redfin Data扩展crx文件

下载Enhanced Redfin Data扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Enhanced Redfin Data Enhanced Redfin Data
ID hjcngbodppponacgimckecejbkcaccnf
官方URL https://chromewebstore.google.com/detail/enhanced-redfin-data/hjcngbodppponacgimckecejbkcaccnf
简介 Improves redfin experience with more information about houses.
文件大小 37.33 KB
安装次数 23
当前版本 1.3
更新时间 2018-02-02
上架时间 2018-02-02
开发者 Vignesh Venkat
付费类型 free
支持的语言 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."
}