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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://goodreply.ai และคุณลักษณะหลักของมันคือ "Reply magically to your customer reviews 10 times faster with GoodReply"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GoodReply | AI-responder for customer reviews
ดาวน์โหลดไฟล์ส่วนขยาย GoodReply | AI-responder for customer reviews ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } |