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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

GoodReply | AI-responder for customer reviews 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    ]
}