Redfin Shared Comments

Share your comments with others on Redfin properties

Vad är Redfin Shared Comments?

Redfin Shared Comments är en Chrome-tillägg utvecklad av redfin.shared.comments, och dess huvudfunktion är "Share your comments with others on Redfin properties".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Redfin Shared Comments-förlängningens CRX-fil

Ladda ner Redfin Shared Comments-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Redfin Shared Comments Redfin Shared Comments
ID jokaeeckkfhkidbhkbdiehbkejippnhf
Officiell webbadress https://chromewebstore.google.com/detail/redfin-shared-comments/jokaeeckkfhkidbhkbdiehbkejippnhf
Beskrivning Share your comments with others on Redfin properties
Filstorlek 35.35 KB
Antal Installationer 174
Aktuell Version 1.18
Senast Uppdaterad 2023-07-10
Publiceringsdatum 2022-05-08
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare redfin.shared.comments
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://github.com/suanmeiguo/redfin-shared-comments
Stödda Språk 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"
    }
}