Enhanced Redfin Data

Improves redfin experience with more information about houses.

Enhanced Redfin Dataคืออะไร?

Enhanced Redfin Data เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vignesh Venkat และคุณลักษณะหลักของมันคือ "Improves redfin experience with more information about houses."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Enhanced Redfin Data

ดาวน์โหลดไฟล์ส่วนขยาย 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."
}