Redfin Shared Comments

Share your comments with others on Redfin properties

什麼是Redfin Shared Comments?

Redfin Shared Comments是由redfin.shared.comments開發的Chrome擴展程式,該擴展的主要功能是“Share your comments with others on Redfin properties”。

擴展截圖

screenshot
screenshot

下載Redfin Shared Comments擴展crx文件

下載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
官方網址 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"
    }
}