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によって開発されたChromeの拡張機能で、その主な機能は「Reply magically to your customer reviews 10 times faster with GoodReply」です。
拡張機能のスクリーンショット
GoodReply | AI-responder for customer reviews拡張機能のCRXファイルをダウンロード
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |