Enhanced Redfin Data
Improves redfin experience with more information about houses.
Apa itu Enhanced Redfin Data?
Enhanced Redfin Data adalah ekstensi Chrome yang dikembangkan oleh Vignesh Venkat, dan fitur utamanya adalah "Improves redfin experience with more information about houses.".
Unduh Berkas CRX Ekstensi Enhanced Redfin Data
Unduh file ekstensi Enhanced Redfin Data dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Enhanced Redfin Data |
ID | hjcngbodppponacgimckecejbkcaccnf |
URL Resmi | https://chromewebstore.google.com/detail/enhanced-redfin-data/hjcngbodppponacgimckecejbkcaccnf |
Deskripsi | Improves redfin experience with more information about houses. |
Ukuran File | 37.33 KB |
Jumlah Instalasi | 23 |
Versi Saat Ini | 1.3 |
Terakhir Diperbarui | 2018-02-02 |
Tanggal Publikasi | 2018-02-02 |
Pengembang | Vignesh Venkat |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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." } |