Redfin Shared Comments
Share your comments with others on Redfin properties
¿Qué es Redfin Shared Comments?
Redfin Shared Comments es una extensión de Chrome desarrollada por redfin.shared.comments, y su función principal es "Share your comments with others on Redfin properties".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Redfin Shared Comments
Descarga archivos de extensión Redfin Shared Comments en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Redfin Shared Comments |
ID | jokaeeckkfhkidbhkbdiehbkejippnhf |
URL Oficial | https://chromewebstore.google.com/detail/redfin-shared-comments/jokaeeckkfhkidbhkbdiehbkejippnhf |
Descripción | Share your comments with others on Redfin properties |
Tamaño del Archivo | 35.35 KB |
Cantidad de Instalaciones | 174 |
Versión Actual | 1.18 |
Última Actualización | 2023-07-10 |
Fecha de Publicación | 2022-05-08 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | redfin.shared.comments |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Ayuda | https://github.com/suanmeiguo/redfin-shared-comments |
Idiomas Soportados | 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" } } |