Redfin Shared Comments
Share your comments with others on Redfin properties
What is Redfin Shared Comments?
Redfin Shared Comments is a Chrome extension developed by redfin.shared.comments, and its main feature is "Share your comments with others on Redfin properties".
Extension Screenshots
Download Redfin Shared Comments Extension CRX File
Download Redfin Shared Comments 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
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.
Extension Basic Information
Name | Redfin Shared Comments |
ID | jokaeeckkfhkidbhkbdiehbkejippnhf |
Official URL | https://chromewebstore.google.com/detail/redfin-shared-comments/jokaeeckkfhkidbhkbdiehbkejippnhf |
Description | Share your comments with others on Redfin properties |
File Size | 35.35 KB |
Installation Count | 174 |
Current Version | 1.18 |
Last Updated | 2023-07-10 |
Publish Date | 2022-05-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | redfin.shared.comments |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/suanmeiguo/redfin-shared-comments |
Supported Languages | 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" } } |