MailGPT

MailGPT - AI powered email generator for Gmail.

Τι είναι το MailGPT;

Το MailGPT είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον sourav204, και η κύρια λειτουργία του είναι "MailGPT - AI powered email generator for Gmail.".

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

screenshot
screenshot
screenshot

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

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

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

                        Experience the convenience.

MailGPT is an AI-powered email writing tool designed for Gmail. It quickly generates clear, compelling, and professional-sounding emails, making it a valuable tool for both personal and professional use. With its high level of accuracy and personalized approach, MailGPT allows you to compose new emails or respond to existing ones with just a click of a button, saving you a lot of time and effort.

* ChatGPT account required.

Privacy Policy: MailGPT does not use any trackers or cookies and does not collect, store or use any personal data or information. The AI model (chat.openai.com) only receives the prompt and context in order to generate a response.                    

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

Όνομα MailGPT MailGPT
ID pkkknlealafnpcjblnancineoonclkon
Επίσημο URL https://chromewebstore.google.com/detail/mailgpt/pkkknlealafnpcjblnancineoonclkon
Περιγραφή MailGPT - AI powered email generator for Gmail.
Μέγεθος Αρχείου 79.6 KB
Αριθμός Εγκαταστάσεων 304
Τρέχουσα Έκδοση 1.0.3
Τελευταία Ενημέρωση 2023-01-23
Ημερομηνία Δημοσίευσης 2023-01-13
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής sourav204
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://ats.imsourav.com/privacy-policy.php
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "MailGPT",
    "version": "1.0.3",
    "description": "MailGPT - AI powered email generator for Gmail.",
    "short_name": "MailGPT",
    "author": "Sourav Pradhan",
    "homepage_url": "http:\/\/imsourav.com",
    "icons": {
        "128": "img\/128x128.png",
        "16": "img\/16x16.png",
        "32": "img\/32x32.png",
        "48": "img\/48x48.png"
    },
    "action": {
        "default_title": "MailGPT",
        "default_icon": {
            "128": "img\/128x128.png",
            "16": "img\/16x16.png",
            "32": "img\/32x32.png",
            "48": "img\/48x48.png",
            "64": "img\/64x64.png"
        },
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "css": [
                "css\/content.css"
            ],
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/chat.openai.com\/*"
    ]
}