Redfin Shared Comments

Share your comments with others on Redfin properties

Qu'est-ce que Redfin Shared Comments ?

Redfin Shared Comments est une extension Chrome développée par redfin.shared.comments, et sa fonction principale est "Share your comments with others on Redfin properties".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Redfin Shared Comments

Téléchargez les fichiers d'extension Redfin Shared Comments au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Redfin Shared Comments Redfin Shared Comments
ID jokaeeckkfhkidbhkbdiehbkejippnhf
URL Officiel https://chromewebstore.google.com/detail/redfin-shared-comments/jokaeeckkfhkidbhkbdiehbkejippnhf
Description Share your comments with others on Redfin properties
Taille du Fichier 35.35 KB
Nombre d'Installations 174
Version Actuelle 1.18
Dernière Mise à Jour 2023-07-10
Date de Publication 2022-05-08
Évaluation 5.00/5 Total 1 Évaluations
Développeur redfin.shared.comments
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://github.com/suanmeiguo/redfin-shared-comments
Langues Prises en Charge 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"
    }
}