Redfin Shared Comments

Share your comments with others on Redfin properties

Cos'è Redfin Shared Comments?

Redfin Shared Comments è un'estensione di Chrome sviluppata da redfin.shared.comments, e la sua funzione principale è "Share your comments with others on Redfin properties".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Redfin Shared Comments

Scarica i file di estensione Redfin Shared Comments in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Redfin Shared Comments Redfin Shared Comments
ID jokaeeckkfhkidbhkbdiehbkejippnhf
URL Ufficiale https://chromewebstore.google.com/detail/redfin-shared-comments/jokaeeckkfhkidbhkbdiehbkejippnhf
Descrizione Share your comments with others on Redfin properties
Dimensione del File 35.35 KB
Conteggio Installazioni 174
Versione Corrente 1.18
Ultimo Aggiornamento 2023-07-10
Data di Pubblicazione 2022-05-08
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore redfin.shared.comments
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://github.com/suanmeiguo/redfin-shared-comments
Lingue Supportate 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"
    }
}