Redfin Shared Comments
Share your comments with others on Redfin properties
Wat is Redfin Shared Comments?
Redfin Shared Comments is een Chrome-extensie ontwikkeld door redfin.shared.comments, en de belangrijkste functie is "Share your comments with others on Redfin properties".
Extensie Screenshots
Download het CRX-bestand van de extensie Redfin Shared Comments
Download Redfin Shared Comments-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Redfin Shared Comments |
ID | jokaeeckkfhkidbhkbdiehbkejippnhf |
Officiële URL | https://chromewebstore.google.com/detail/redfin-shared-comments/jokaeeckkfhkidbhkbdiehbkejippnhf |
Beschrijving | Share your comments with others on Redfin properties |
Bestandsgrootte | 35.35 KB |
Aantal Installaties | 174 |
Huidige Versie | 1.18 |
Laatst Bijgewerkt | 2023-07-10 |
Publicatiedatum | 2022-05-08 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | redfin.shared.comments |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://github.com/suanmeiguo/redfin-shared-comments |
Ondersteunde Talen | 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" } } |