Redfin Shared Comments

Share your comments with others on Redfin properties

Что такое Redfin Shared Comments?

Redfin Shared Comments - это расширение Chrome, разработанное redfin.shared.comments, и его основная функция - "Share your comments with others on Redfin properties".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Redfin Shared Comments

Скачайте файлы расширений Redfin Shared Comments в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Redfin Shared Comments Redfin Shared Comments
ID jokaeeckkfhkidbhkbdiehbkejippnhf
Официальный URL https://chromewebstore.google.com/detail/redfin-shared-comments/jokaeeckkfhkidbhkbdiehbkejippnhf
Описание Share your comments with others on Redfin properties
Размер файла 35.35 KB
Количество установок 174
Текущая Версия 1.18
Последнее Обновление 2023-07-10
Дата публикации 2022-05-08
Рейтинг 5.00/5 Всего 1 оценок
Разработчик redfin.shared.comments
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://github.com/suanmeiguo/redfin-shared-comments
Поддерживаемые языки 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"
    }
}