GoodReply | AI-responder for customer reviews
Reply magically to your customer reviews 10 times faster with GoodReply
GoodReply | AI-responder for customer reviews क्या है?
GoodReply | AI-responder for customer reviews https://goodreply.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reply magically to your customer reviews 10 times faster with GoodReply"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GoodReply | AI-responder for customer reviews एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Elevate your customer engagement with GoodReply! Our extension empowers every business to create human-like, natural auto-replies effortlessly for customer reviews across any website. 🎨 Easy Start: Select a review, open GoodReply. 🌍 Global Reach: Paste reviews in any language. 🗣️ Smart Replies: Auto-generate professional, context-sensitive responses. 🌈 Tone Flexibility: Customize replies with varied tones. 🖋️ Personal Signature: Add a unique touch to your response. 💻 Universal Application: Use your crafted reply on any site. 🔍 Enhanced with Your Business Context: Provide details about your business for even more precise and relevant replies. Currently available in English, GoodReply masterfully manages reviews in multiple languages, ensuring your business always communicates effectively.
एक्सटेंशन की मूल जानकारी
नाम | GoodReply | AI-responder for customer reviews |
ID | dpannhndephmggbmpaadginnpmlakfka |
आधिकारिक URL | https://chromewebstore.google.com/detail/goodreply-ai-responder-fo/dpannhndephmggbmpaadginnpmlakfka |
विवरण | Reply magically to your customer reviews 10 times faster with GoodReply |
फ़ाइल का आकार | 52.75 KB |
स्थापना संख्या | 192 |
वर्तमान संस्करण | 0.3 |
अंतिम अपडेट | 2023-12-04 |
प्रकाशन तिथि | 2022-12-07 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://goodreply.ai |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://app.goodreply.ai/ |
सहायता पृष्ठ URL | https://app.goodreply.ai/contact |
गोपनीयता नीति पृष्ठ URL | https://www.goodreply.ai/confidentiality |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "GoodReply | AI-responder for customer reviews", "description": "Reply magically to your customer reviews 10 times faster with GoodReply", "version": "0.3", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/goodreply.ai\/*" ], "exclude_matches": [ "https:\/\/goodreply.ai\/bob" ], "js": [ "CustomJavaScript\/customScript1.js" ], "run_at": "document_end", "all_frames": true } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/16x16.png", "32": "images\/32x32.png", "48": "images\/48x48.png", "128": "images\/128x128.png" } }, "icons": { "16": "images\/16x16.png", "32": "images\/32x32.png", "48": "images\/48x48.png", "128": "images\/128x128.png" }, "permissions": [ "activeTab", "scripting" ] } |