Redfin Shared Comments
Share your comments with others on Redfin properties
Redfin Shared Comments क्या है?
Redfin Shared Comments redfin.shared.comments द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Share your comments with others on Redfin properties"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Redfin Shared Comments एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |