Redfin Shared Comments

Share your comments with others on Redfin properties

Co je Redfin Shared Comments?

Redfin Shared Comments je rozšíření Chrome vyvinuté redfin.shared.comments, a jeho hlavní funkcí je „Share your comments with others on Redfin properties“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Redfin Shared Comments

Stáhněte si soubory rozšíření Redfin Shared Comments ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Redfin Shared Comments Redfin Shared Comments
ID jokaeeckkfhkidbhkbdiehbkejippnhf
Oficiální URL https://chromewebstore.google.com/detail/redfin-shared-comments/jokaeeckkfhkidbhkbdiehbkejippnhf
Popis Share your comments with others on Redfin properties
Velikost souboru 35.35 KB
Počet instalací 174
Aktuální Verze 1.18
Poslední Aktualizace 2023-07-10
Datum Vydání 2022-05-08
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář redfin.shared.comments
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://github.com/suanmeiguo/redfin-shared-comments
Podporované Jazyky 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"
    }
}