MailCompose Assist powered by GPT-3.5

Automate the creation of emails in gmail using GPT3.5

Was ist MailCompose Assist powered by GPT-3.5?

MailCompose Assist powered by GPT-3.5 ist eine Chrome-Erweiterung, die von a4-craft entwickelt wurde, und ihr Hauptmerkmal ist "Automate the creation of emails in gmail using GPT3.5".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

MailCompose Assist powered by GPT-3.5-Erweiterungs-CRX-Datei herunterladen

Laden Sie MailCompose Assist powered by GPT-3.5-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This is a tool to reduce the time spent on composing emails in Gmail and Outlook!
With this system, you don't have to worry about honorific expressions and typical email expressions that vary from culture to culture!
It has two wonderful functions!

1 Create New Mail
・Create a new email from the "Create New Email" button.
・Fill in what kind of email you want to write in the bottom left corner and click the button! (It takes about 10 seconds to create a new email...)
(It takes about 10 seconds to create...)
 ・The sentences will be automatically inserted into the new mail!

2 Create Reply Mail
・Drag and drop the text you want to reply to.
・Click the "Reply" button (It takes about 10 seconds to create the reply...)
・Then the reply message will be made!

How to use...
https://onl.sc/TSMG4M8

You can save your time by using the Mail Composition Assist powered by GPT-3.5!

Gmail・Outlookにおけるメール作成の時間を減らすツールです!
機能は2つ
1 新規メール作成
・新規メール作成ボタンから、新規メールを作成
・左下に、どんなメールを書いてほしいかを記入して、ボタンをクリック!(作成に10秒ほどかかります...)
・自動的に、新規メールに挿入されます!

2 返信メール作成
・返信したいメール文をドラッグ
・返信ボタンをクリック(作成に10秒ほどかかります...)
・そうすると表示画面に、返信メールが表示されます!

使い方
https://onl.sc/TSMG4M8

MailCompose Assist powered by GPT-3.5を使ってメール作成の時間をぜひ減らしてください!                    

Grundlegende Informationen zur Erweiterung

Name MailCompose Assist powered by GPT-3.5 MailCompose Assist powered by GPT-3.5
ID dfddioocenioilenfdojcpccmojcaiij
Offizielle URL https://chromewebstore.google.com/detail/mailcompose-assist-powere/dfddioocenioilenfdojcpccmojcaiij
Beschreibung Automate the creation of emails in gmail using GPT3.5
Dateigröße 269 KB
Installationsanzahl 119
Aktuelle Version 1.3.3.2
Letztes Update 2023-11-18
Veröffentlichungsdatum 2023-05-24
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler a4-craft
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://docs.google.com/document/d/1_jN07R7upOaN1hYHYqnG7yqJI3K2mNMYBhyYdjLNd6U/edit?usp=sharing
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "MailCompose Assist powered by GPT-3.5",
    "description": "Automate the creation of emails in gmail using GPT3.5",
    "version": "1.3.3.2",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.chunk-119b471d.1e912dc9.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "css": [
                "assets\/bootstrap.min.3dac10aa.css"
            ]
        },
        {
            "js": [
                "assets\/content-script-loader.chunk-2f62f5be.19eb1a8b.js"
            ],
            "matches": [
                "https:\/\/outlook.live.com\/mail\/*"
            ],
            "css": [
                "assets\/bootstrap.min.3dac10aa.css"
            ]
        },
        {
            "js": [
                "assets\/content-script-loader.chunk-2f62f5be.19eb1a8b.js"
            ],
            "matches": [
                "https:\/\/outlook.office.com\/mail\/*"
            ],
            "css": [
                "assets\/bootstrap.min.3dac10aa.css"
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "welcome.html"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "resources": [
                "assets\/chunk-6cfe3094.js",
                "assets\/chunk-b92ca972.js",
                "assets\/chunk-d008bdb5.js",
                "assets\/chunk-41a0403c.js",
                "assets\/chunk-0427cddf.js",
                "assets\/chunk-6717b79d.js",
                "assets\/chunk-119b471d.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "https:\/\/outlook.live.com\/*"
            ],
            "resources": [
                "assets\/chunk-6cfe3094.js",
                "assets\/chunk-b92ca972.js",
                "assets\/chunk-d008bdb5.js",
                "assets\/chunk-41a0403c.js",
                "assets\/chunk-0427cddf.js",
                "assets\/chunk-2f62f5be.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "https:\/\/outlook.office.com\/*"
            ],
            "resources": [
                "assets\/chunk-6cfe3094.js",
                "assets\/chunk-b92ca972.js",
                "assets\/chunk-d008bdb5.js",
                "assets\/chunk-41a0403c.js",
                "assets\/chunk-0427cddf.js",
                "assets\/chunk-2f62f5be.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icons_16.png",
            "32": "images\/icons_32.png",
            "48": "images\/icons_48.png",
            "128": "images\/icons_128.png"
        }
    },
    "icons": {
        "16": "images\/icons_16.png",
        "32": "images\/icons_32.png",
        "48": "images\/icons_48.png",
        "128": "images\/icons_128.png"
    },
    "permissions": [
        "storage"
    ]
}