Redfin Shared Comments
Share your comments with others on Redfin properties
Redfin Shared Comments là gì?
Redfin Shared Comments là một tiện ích mở rộng Chrome được phát triển bởi redfin.shared.comments, và tính năng chính của nó là "Share your comments with others on Redfin properties".
Ả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 Redfin Shared Comments
Tải xuống các tệp mở rộng Redfin Shared Comments 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
Share your comments with others on Redfin website. This plugin enables Disqus on Redfin properties and you can share your comments about property with others.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Redfin Shared Comments |
ID | jokaeeckkfhkidbhkbdiehbkejippnhf |
URL Chính Thức | https://chromewebstore.google.com/detail/redfin-shared-comments/jokaeeckkfhkidbhkbdiehbkejippnhf |
Mô tả | Share your comments with others on Redfin properties |
Kích Thước Tệp | 35.35 KB |
Số Lần Cài Đặt | 174 |
Phiên Bản Hiện Tại | 1.18 |
Cập Nhật Lần Cuối | 2023-07-10 |
Ngày Phát Hành | 2022-05-08 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | redfin.shared.comments |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/suanmeiguo/redfin-shared-comments |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Redfin Shared Comments", "description": "Share your comments with others on Redfin properties", "version": "1.18", "manifest_version": 3, "action": { "default_icon": { "32": "icons\/32x32.png", "48": "icons\/48x48.png" }, "default_title": "Share your comments with others on Redfin properties" }, "content_scripts": [ { "matches": [ "*:\/\/*.redfin.com\/*" ], "js": [ "content.js", "embed.js" ] } ], "permissions": [], "host_permissions": [ "*:\/\/*.redfin.com\/*" ], "icons": { "16": "icons\/16x16.png", "32": "icons\/32x32.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" } } |