ChatGPT writer for Email, Essay

Effortlessly Write Emails with ChatGPT writer for Email, Essay

Τι είναι το ChatGPT writer for Email, Essay;

Το ChatGPT writer for Email, Essay είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον texttospeechextension, και η κύρια λειτουργία του είναι "Effortlessly Write Emails with ChatGPT writer for Email, Essay".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης ChatGPT writer for Email, Essay

Λήψη αρχείων επέκτασης ChatGPT writer for Email, Essay σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Revolutionize Your Email Writing with ChatGPT AI Email writer for Gmail.  

Transform your Gmail experience with a free and open-source browser extension that utilizes the power of AI technology. ChatGPT for Gmail completes your emails for you, providing suggestions for both the main context and the subject line, while also fixing any typos you may have made.  

With just a simple click, you can access ChatGPT's suggestions and make your email writing process a breeze. And with the option to turn it on or off at any time, you'll always have control over your email writing experience. You can also use this extension to respond to any email. 

 

How to Use: 

>>Open your Gmail account 
>>Start a new email and begin writing 
>>You will see ChatGPT for Gmail icon 
>>Click the icon and  ChatGPT will appear on the screen 
>>If you like the suggestion, simply click to accept and finish your email with ease 

Version 1.3.0
>> Email writing history
>> Integration with chatgpt api. 
>> Bug fixes. 

Version 1.1.0
>> Fix email wrting on gmail reply                    

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

Όνομα ChatGPT writer for Email, Essay ChatGPT writer for Email, Essay
ID fenfplbdbhdaifehnplebempchjmbmlb
Επίσημο URL https://chromewebstore.google.com/detail/chatgpt-writer-for-email/fenfplbdbhdaifehnplebempchjmbmlb
Περιγραφή Effortlessly Write Emails with ChatGPT writer for Email, Essay
Μέγεθος Αρχείου 97.31 KB
Αριθμός Εγκαταστάσεων 1,066
Τρέχουσα Έκδοση 1.3.0
Τελευταία Ενημέρωση 2023-05-06
Ημερομηνία Δημοσίευσης 2023-02-16
Αξιολόγηση 5.00/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής texttospeechextension
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://sites.google.com/view/speech-my-text/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT writer for Email, Essay",
    "version": "1.3.0",
    "description": "Effortlessly Write Emails with ChatGPT writer for Email, Essay",
    "action": {
        "default_title": "ChatGPT writer for Email, Essay",
        "default_icon": {
            "32": "Images\/icon32.png",
            "64": "Images\/icon64.png",
            "128": "Images\/icon128.png"
        }
    },
    "icons": {
        "32": "Images\/icon32.png",
        "64": "Images\/icon64.png",
        "128": "Images\/icon128.png"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "Background\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/mail\/u\/*\/*"
            ],
            "js": [
                "Content\/container.js",
                "content.js"
            ],
            "css": [
                "Content\/container.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/outlook.office.com\/mail\/*",
                "https:\/\/outlook.office365.com\/*",
                "https:\/\/outlook.live.com\/mail\/*\/*"
            ],
            "js": [
                "Content\/outlook.js",
                "content.js"
            ],
            "css": [
                "Content\/outlook.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "notifications"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "Images\/Group.svg",
                "Images\/cancel.svg",
                "Images\/icon128.png",
                "Images\/Vector.svg",
                "Images\/info.svg",
                "Images\/animation.png",
                "Images\/greyStar.svg",
                "Images\/yellowStar.svg",
                "Images\/blue.svg",
                "Images\/white.svg",
                "Images\/examples.svg"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}