Sillow
Embed Google Street View on Zillow details pages
What is Sillow?
Sillow is a Chrome extension developed by stevenaenns, and its main feature is "Embed Google Street View on Zillow details pages".
Extension Screenshots
Download Sillow Extension CRX File
Download Sillow extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Embeds google street view in Zillow details pages so you don't have to copy and paste the address in google maps.
Extension Basic Information
Name | |
ID | mcopjjconlipffbfdfbfmjhlaekggocd |
Official URL | https://chrome.google.com/webstore/detail/sillow/mcopjjconlipffbfdfbfmjhlaekggocd |
Description | Embed Google Street View on Zillow details pages |
File Size | 10.83 KB |
Installation Count | 85 |
Current Version | 0.1.0 |
Last Updated | 2015-07-14 |
Publish Date | 2015-07-14 |
Rating | 5.00/5 Total 1 Ratings |
Developer | stevenaenns |
Payment Type | free |
Extension Website | https://github.com/saenns/sillow |
Help Page URL | https://github.com/saenns/sillow |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sillow", "version": "0.1.0", "description": "Embed Google Street View on Zillow details pages", "icons": { "128": "icon.png" }, "permissions": [ "*:\/\/www.zillow.com\/homedetails\/*" ], "content_scripts": [ { "matches": [ "*:\/\/www.zillow.com\/homedetails\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "inject.js" ], "manifest_version": 2 } |