Email GPT
Write email with AI
Email GPTとは何ですか?
Email GPTはtaslufextension665によって開発されたChromeの拡張機能で、その主な機能は「Write email with AI」です。
拡張機能のスクリーンショット
Email GPT拡張機能のCRXファイルをダウンロード
Email GPT拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Introducing the AI Email Writer for Gmail! With this chrome extension, writing an email has never been easier. Powered by OpenAI, you can now generate professional, coherent and personalized emails in a matter of seconds. Simply activate the extension while composing an email in Gmail and let our AI do the work. Say goodbye to writer's block and save time by using our AI to craft the perfect email. Whether you're sending a quick message or a detailed report, our extension will make sure that your email stands out. Download the AI Email Writer for Gmail today and experience the power of AI-generated emails!
拡張機能の基本情報
名前 | Email GPT |
ID | gjkkbbbjdcdickanchomafbcddjgpnpn |
公式URL | https://chromewebstore.google.com/detail/email-gpt/gjkkbbbjdcdickanchomafbcddjgpnpn |
説明 | Write email with AI |
ファイルサイズ | 50.21 KB |
インストール数 | 187 |
現在のバージョン | 1.0 |
最終更新日 | 2023-02-13 |
公開日 | 2023-02-13 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | taslufextension665 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Email GPT", "description": "Write email with AI", "version": "1.0", "permissions": [ "tabs" ], "host_permissions": [ "https:\/\/mail.google.com\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "contentScript.js" ] } ], "web_accessible_resources": [ { "resources": [], "matches": [ "https:\/\/mail.google.com\/*" ] } ], "action": { "default_icon": { "16": "\/image\/icon.png", "24": "\/image\/icon.png", "32": "\/image\/icon.png" }, "default_title": "Buy me a coffee", "default_popup": "popup.html" }, "manifest_version": 3 } |