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 |
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." } |