GoodReply | AI-responder for customer reviews

Reply magically to your customer reviews 10 times faster with GoodReply

Co je GoodReply | AI-responder for customer reviews?

GoodReply | AI-responder for customer reviews je rozšíření Chrome vyvinuté https://goodreply.ai, a jeho hlavní funkcí je „Reply magically to your customer reviews 10 times faster with GoodReply“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření GoodReply | AI-responder for customer reviews

Stáhněte si soubory rozšíření GoodReply | AI-responder for customer reviews ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název GoodReply | AI-responder for customer reviews GoodReply | AI-responder for customer reviews
ID dpannhndephmggbmpaadginnpmlakfka
Oficiální URL https://chromewebstore.google.com/detail/goodreply-ai-responder-fo/dpannhndephmggbmpaadginnpmlakfka
Popis Reply magically to your customer reviews 10 times faster with GoodReply
Velikost souboru 52.75 KB
Počet instalací 192
Aktuální Verze 0.3
Poslední Aktualizace 2023-12-04
Datum Vydání 2022-12-07
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://goodreply.ai
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://app.goodreply.ai/
URL Stránky Nápovědy https://app.goodreply.ai/contact
URL Stránky Zásad Ochrany Soukromí https://www.goodreply.ai/confidentiality
Podporované Jazyky 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"
    ]
}