Enhanced Redfin Data
Improves redfin experience with more information about houses.
Enhanced Redfin Data là gì?
Enhanced Redfin Data là một tiện ích mở rộng Chrome được phát triển bởi Vignesh Venkat, và tính năng chính của nó là "Improves redfin experience with more information about houses.".
Tải xuống tệp CRX của tiện ích mở rộng Enhanced Redfin Data
Tải xuống các tệp mở rộng Enhanced Redfin Data dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Enhanced Redfin Data |
ID | hjcngbodppponacgimckecejbkcaccnf |
URL Chính Thức | https://chromewebstore.google.com/detail/enhanced-redfin-data/hjcngbodppponacgimckecejbkcaccnf |
Mô tả | Improves redfin experience with more information about houses. |
Kích Thước Tệp | 37.33 KB |
Số Lần Cài Đặt | 23 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2018-02-02 |
Ngày Phát Hành | 2018-02-02 |
Nhà Phát Triển | Vignesh Venkat |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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." } |