Redfin Shared Comments
Share your comments with others on Redfin properties
什么是Redfin Shared Comments?
Redfin Shared Comments是由redfin.shared.comments开发的Chrome扩展程序,该扩展的主要功能是“Share your comments with others on Redfin properties”。
扩展截图
下载Redfin Shared Comments扩展crx文件
下载Redfin Shared Comments扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Redfin Shared Comments |
ID | jokaeeckkfhkidbhkbdiehbkejippnhf |
官方URL | https://chromewebstore.google.com/detail/redfin-shared-comments/jokaeeckkfhkidbhkbdiehbkejippnhf |
简介 | Share your comments with others on Redfin properties |
文件大小 | 35.35 KB |
安装次数 | 174 |
当前版本 | 1.18 |
更新时间 | 2023-07-10 |
上架时间 | 2022-05-08 |
评分 | 5.00/5 共1次评分 |
开发者 | redfin.shared.comments |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://github.com/suanmeiguo/redfin-shared-comments |
支持的语言 | 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" } } |