Redfin Shared Comments

Share your comments with others on Redfin properties

Was ist Redfin Shared Comments?

Redfin Shared Comments ist eine Chrome-Erweiterung, die von redfin.shared.comments entwickelt wurde, und ihr Hauptmerkmal ist "Share your comments with others on Redfin properties".

Erweiterungsscreenshots

screenshot
screenshot

Redfin Shared Comments-Erweiterungs-CRX-Datei herunterladen

Laden Sie Redfin Shared Comments-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Redfin Shared Comments Redfin Shared Comments
ID jokaeeckkfhkidbhkbdiehbkejippnhf
Offizielle URL https://chromewebstore.google.com/detail/redfin-shared-comments/jokaeeckkfhkidbhkbdiehbkejippnhf
Beschreibung Share your comments with others on Redfin properties
Dateigröße 35.35 KB
Installationsanzahl 174
Aktuelle Version 1.18
Letztes Update 2023-07-10
Veröffentlichungsdatum 2022-05-08
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler redfin.shared.comments
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://github.com/suanmeiguo/redfin-shared-comments
Unterstützte Sprachen 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"
    }
}