Tiktok Customer Service Helper

Optimize responses when you message with customers in Tiktok

¿Qué es Tiktok Customer Service Helper?

Tiktok Customer Service Helper es una extensión de Chrome desarrollada por knhcfsg, y su función principal es "Optimize responses when you message with customers in Tiktok".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Tiktok Customer Service Helper

Descarga archivos de extensión Tiktok Customer Service Helper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        **New Feature: Free Access to ChatGPT Plus, no OpenAi or ChatGPT Account need!**

Tiktok Customer Service Helper is a Chrome extension to help Tiktok seller message with customers smoothly. It a free tool like Crisp magicRply or Drift GPT. Simply select the customer's question, then Tiktok Customer Service Helper 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 Tiktok Customer Service Helper to reply nicely to customers
● Copy content by one click. 
● Multiple output languages.

🚀 Who is Tiktok Customer Service Helper for
Tiktok Customer Service Helperis made forTiktokseller, 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 "Tiktok Customer Service Helper" 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.                    

Información Básica de la Extensión

Nombre Tiktok Customer Service Helper Tiktok Customer Service Helper
ID bdkogigofdpjbplcphfikldoejopkemf
URL Oficial https://chromewebstore.google.com/detail/tiktok-customer-service-h/bdkogigofdpjbplcphfikldoejopkemf
Descripción Optimize responses when you message with customers in Tiktok
Tamaño del Archivo 396 KB
Cantidad de Instalaciones 42
Versión Actual 1.0.2
Última Actualización 2023-05-22
Fecha de Publicación 2023-03-10
Desarrollador knhcfsg
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://findniche.com/privacy
Idiomas Soportados en,lv,lt,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.2",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/chrome.google.com",
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "host_permissions": [],
    "version_name": "1.0.2",
    "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.8833736e.868ace65.js"
            ],
            "matches": [
                ""
            ],
            "css": [
                "assets\/index.js.e46a4a57.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.8833736e.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; child-src 'self'"
    }
}