ChatShopee - AI Customer Service Helper

Quick and helpful reply for Shopee customer service needs

ChatShopee - AI Customer Service Helper क्या है?

ChatShopee - AI Customer Service Helper knhcfsg द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quick and helpful reply for Shopee customer service needs"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ChatShopee - AI Customer Service Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

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

🚀 Who is ChatShopee - Your Shopee Customer Service Helper for
ChatShopee - Your Shopee Customer Service Helperis made forShopeeseller, 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 "ChatShopee - Your Shopee 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.                    

एक्सटेंशन की मूल जानकारी

नाम ChatShopee - AI Customer Service Helper ChatShopee - AI Customer Service Helper
ID glfonehedbdfimabajjneobedehbpkcf
आधिकारिक URL https://chromewebstore.google.com/detail/chatshopee-ai-customer-se/glfonehedbdfimabajjneobedehbpkcf
विवरण Quick and helpful reply for Shopee customer service needs
फ़ाइल का आकार 463 KB
स्थापना संख्या 81
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2023-04-10
प्रकाशन तिथि 2023-03-10
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर knhcfsg
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://findniche.com/privacy
समर्थित भाषाएँ ms,en,lt,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.1",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/chrome.google.com",
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        "storage",
        "tabs"
    ],
    "host_permissions": [],
    "version_name": "1.0.1",
    "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.769d96f5.2a443d23.js"
            ],
            "matches": [
                ""
            ],
            "css": [
                "assets\/index.js.0741658e.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.769d96f5.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; child-src 'self'"
    }
}