Ebay Customer Service Helper with GPT

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

Τι είναι το Ebay Customer Service Helper with GPT;

Το Ebay Customer Service Helper with GPT είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον rygfuhjv, και η κύρια λειτουργία του είναι "Provide canned responses by ChatGPT when you message with customers in Ebay".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Ebay Customer Service Helper with GPT

Λήψη αρχείων επέκτασης Ebay Customer Service Helper with GPT σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

🚀 Who is Ebay Customer Service Helper with GPT for
Ebay Customer Service Helper with GPT is made for Ebay 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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Ebay Customer Service Helper with GPT Ebay Customer Service Helper with GPT
ID efknldogiepheifabdnikikchojdgjhb
Επίσημο URL https://chromewebstore.google.com/detail/ebay-customer-service-hel/efknldogiepheifabdnikikchojdgjhb
Περιγραφή Provide canned responses by ChatGPT when you message with customers in Ebay
Μέγεθος Αρχείου 396 KB
Αριθμός Εγκαταστάσεων 90
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2023-04-12
Ημερομηνία Δημοσίευσης 2023-03-10
Αξιολόγηση 1.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής rygfuhjv
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://findniche.com/privacy
Υποστηριζόμενες Γλώσσες de,en,sr,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": "de",
    "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.b619aa59.d35d7dda.js"
            ],
            "matches": [
                ""
            ],
            "css": [
                "assets\/index.js.f4af2c0c.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.b619aa59.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; child-src 'self'"
    }
}