Sillow
Embed Google Street View on Zillow details pages
Sillow là gì?
Sillow là một tiện ích mở rộng Chrome được phát triển bởi stevenaenns, và tính năng chính của nó là "Embed Google Street View on Zillow details pages".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Sillow
Tải xuống các tệp mở rộng Sillow 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
Embeds google street view in Zillow details pages so you don't have to copy and paste the address in google maps.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mcopjjconlipffbfdfbfmjhlaekggocd |
URL Chính Thức | https://chrome.google.com/webstore/detail/sillow/mcopjjconlipffbfdfbfmjhlaekggocd |
Mô tả | Embed Google Street View on Zillow details pages |
Kích Thước Tệp | 10.83 KB |
Số Lần Cài Đặt | 85 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2015-07-14 |
Ngày Phát Hành | 2015-07-14 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | stevenaenns |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/saenns/sillow |
URL Trang Trợ Giúp | https://github.com/saenns/sillow |
Ngôn Ngữ Được Hỗ Trợ | 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 } |