Redfin Shared Comments

Share your comments with others on Redfin properties

Apa itu Redfin Shared Comments?

Redfin Shared Comments adalah ekstensi Chrome yang dikembangkan oleh redfin.shared.comments, dan fitur utamanya adalah "Share your comments with others on Redfin properties".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Redfin Shared Comments

Unduh file ekstensi Redfin Shared Comments dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Redfin Shared Comments Redfin Shared Comments
ID jokaeeckkfhkidbhkbdiehbkejippnhf
URL Resmi https://chromewebstore.google.com/detail/redfin-shared-comments/jokaeeckkfhkidbhkbdiehbkejippnhf
Deskripsi Share your comments with others on Redfin properties
Ukuran File 35.35 KB
Jumlah Instalasi 174
Versi Saat Ini 1.18
Terakhir Diperbarui 2023-07-10
Tanggal Publikasi 2022-05-08
Penilaian 5.00/5 Total 1 Penilaian
Pengembang redfin.shared.comments
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://github.com/suanmeiguo/redfin-shared-comments
Bahasa yang Didukung 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"
    }
}