Aliexpress Customer Service Helper

Optimize responses when you message with customers in Aliexpress

Aliexpress Customer Service Helper란 무엇입니까?

Aliexpress Customer Service Helper은(는) knhcfsg에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Optimize responses when you message with customers in Aliexpress"입니다.

확장 프로그램 스크린샷

screenshot

Aliexpress Customer Service Helper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

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

🚀 Who is Aliexpress Customer Service Helper for
Aliexpress Customer Service Helper is made for Aliexpress 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
➡️ Click on Cmd+M (Mac) or Ctrl+M (Windows) 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.                    

확장 프로그램 기본 정보

이름 Aliexpress Customer Service Helper Aliexpress Customer Service Helper
ID lfacobmjpfgkicpkigjlgfjoopajphfc
공식 URL https://chromewebstore.google.com/detail/aliexpress-customer-servi/lfacobmjpfgkicpkigjlgfjoopajphfc
설명 Optimize responses when you message with customers in Aliexpress
파일 크기 392 KB
설치 횟수 180
현재 버전 1.0.1
최근 업데이트 2023-05-22
출시 날짜 2023-03-10
개발자 knhcfsg
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://findniche.com/privacy
지원되는 언어 en,lv,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",
        "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.e9c19fb1.3a211dc8.js"
            ],
            "matches": [
                ""
            ],
            "css": [
                "assets\/index.js.950c1a5b.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.e9c19fb1.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; child-src 'self'"
    }
}