GPT Sales Assistant

Streamline Your Sales With ChatGPT.

Τι είναι το GPT Sales Assistant;

Το GPT Sales Assistant είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://gptsalesassistant.com, και η κύρια λειτουργία του είναι "Streamline Your Sales With ChatGPT.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης GPT Sales Assistant

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

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

                        Introducing GPT Sales Assistant, a privacy-friendly Chrome extension that uses AI to generate entire emails and messages. It works on all websites and has enhanced support for Gmail.

✔️ Outcompetes all other tools in the market with the highest quality responses
✔️ Works on all websites, and even better on Gmail
✔️ Supports all languages

Visit our website at https://gptsalesassistant.com and check out our product demo

HOW TO USE ON ALL SITES:
1) Click on the GPT Sales Assistant extension icon
2) A popup window will appear
3) Briefly enter what you want to write about and hit the "Generate Response" button.

HOW TO USE ON GMAIL:
To generate an email reply in Gmail:
1) Go to Gmail, open an email, and reply to it.
2) Click the GPT Sales Assistant extension button in the Gmail reply box.
3) Briefly enter what you want to reply to and hit the "Generate Reply" button.

To generate a new email in Gmail:
1) Go to Gmail, compose a new email.
2) Click the GPT Sales Assistant extension button in the Gmail textbox.
3) Briefly enter what you want to write an email about and hit the "Generate Email" button.                    

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

Όνομα GPT Sales Assistant GPT Sales Assistant
ID jckclcmljepgcioamcfdjfgfclcdgkhe
Επίσημο URL https://chromewebstore.google.com/detail/gpt-sales-assistant/jckclcmljepgcioamcfdjfgfclcdgkhe
Περιγραφή Streamline Your Sales With ChatGPT.
Μέγεθος Αρχείου 164 KB
Αριθμός Εγκαταστάσεων 263
Τρέχουσα Έκδοση 1.0.3
Τελευταία Ενημέρωση 2023-03-14
Ημερομηνία Δημοσίευσης 2023-02-28
Αξιολόγηση 5.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής https://gptsalesassistant.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://gptsalesassistant.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://gptsalesassistant.com/?page_id=117
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "action": {
        "default_icon": {
            "128": "gpticon128.png",
            "16": "gpticon16.png",
            "32": "gpticon32.png",
            "48": "gpticon48.png",
            "64": "gpticon64.png"
        },
        "default_popup": "popup.html"
    },
    "author": "GPT Sales Assistant",
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "content_scripts": [
        {
            "css": [],
            "js": [
                "writer.fd84a220.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Streamline Your Sales With ChatGPT.",
    "host_permissions": [
        "https:\/\/*.openai.com\/"
    ],
    "icons": {
        "128": "gpticon128.png",
        "16": "gpticon16.png",
        "32": "gpticon32.png",
        "48": "gpticon48.png",
        "64": "gpticon64.png"
    },
    "manifest_version": 3,
    "name": "GPT Sales Assistant",
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.3"
}