Etsy Customer Service Helper with ChatGPT

Provide canned responses by ChatGPT when you message with customers in Etsy

Co je Etsy Customer Service Helper with ChatGPT?

Etsy Customer Service Helper with ChatGPT je rozšíření Chrome vyvinuté MossExt, a jeho hlavní funkcí je „Provide canned responses by ChatGPT when you message with customers in Etsy“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Etsy Customer Service Helper with ChatGPT

Stáhněte si soubory rozšíření Etsy Customer Service Helper with ChatGPT 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í

                        Etsy Customer Service Helper with ChatGPT is a Chrome extension to help Etsy seller message with customers smoothly. It a free tool like Crisp magicRply or Drift GPT. Simply select the customer's question, then Etsy Customer Service Helper with ChatGPT will feedback the reply advice that given by GPT-3.5 Chatbot.

🚀 Feature
● Provide canned responses or reply template by ChatGPT base on the question of customers.
● Simply select the question content.
● Edit feedback from OpenAI in Etsy Customer Service Helper with ChatGPT to reply nicely to customers
● Copy content by one click. 
● Multiple output languages.

🚀 Who is Etsy Customer Service Helper with ChatGPT for
Etsy Customer Service Helper with ChatGPT is made for Etsy seller, customer service staff or someone need reply customer's question to solve their problem.

🚀 How to use it
➡️ Make sure you have a ChatGPT account
➡️ Simply select any online content by your mouse
➡️ Right Click your mouse to open menu and select " Etsy Customer Service Helper with ChatGPT "  to open the extension window
➡️ Choose what languages you need, and click "Ask for template"
➡️ The canned responses will displayed in the extension window in a minute.                    

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

Název Etsy Customer Service Helper with ChatGPT Etsy Customer Service Helper with ChatGPT
ID ikddakibljikfamafepngmlnhjilbcci
Oficiální URL https://chromewebstore.google.com/detail/etsy-customer-service-hel/ikddakibljikfamafepngmlnhjilbcci
Popis Provide canned responses by ChatGPT when you message with customers in Etsy
Velikost souboru 385 KB
Počet instalací 510
Aktuální Verze 1.0.3
Poslední Aktualizace 2023-05-06
Datum Vydání 2023-03-19
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář MossExt
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://findniche.com/privacy
Podporované Jazyky en,lt,sr,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.3",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/chrome.google.com",
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "host_permissions": [],
    "version_name": "1.0.3",
    "icons": {
        "16": "src\/assets\/icons\/logo.png",
        "32": "src\/assets\/icons\/logo.png",
        "48": "src\/assets\/icons\/logo.png"
    },
    "action": {
        "default_icon": "src\/assets\/icons\/logo.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.index.js.9b48c6db.e5b6c7be.js"
            ],
            "matches": [
                ""
            ],
            "css": [
                "assets\/index.js.be4894e7.css"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "img\/*",
                "icon\/*"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/index.js.9b48c6db.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; child-src 'self'"
    }
}