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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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 |
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" } } |