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」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } |