AI Email Writer
Quick emails even if you instruct with a different language
AI Email Writerとは何ですか?
AI Email Writerはraphaelquinones57によって開発されたChromeの拡張機能で、その主な機能は「Quick emails even if you instruct with a different language」です。
拡張機能のスクリーンショット
AI Email Writer拡張機能のCRXファイルをダウンロード
AI Email Writer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Introducing the AI Email Assistant Chrome Extension - the ultimate tool for busy professionals looking to save time and streamline their email communication. Powered by the latest GPT-3 system, our extension uses artificial intelligence to create emails for you that sound professional and accurate. Simply type in your intended message and let our AI do the rest. Whether you're looking to draft a quick reply to a client or need to send a personalized email to your team, our AI Email Assistant has got you covered. It can even handle more complex tasks, such as crafting emails for event invitations or promotional campaigns. With our extension, you'll be able to focus on more important tasks while still maintaining the high-quality communication that your business demands. Try it out today and see how AI can revolutionize your email game.
拡張機能の基本情報
名前 | AI Email Writer |
ID | cmcpfhbggjacklnnjdjphpbmimjejfbh |
公式URL | https://chromewebstore.google.com/detail/ai-email-writer/cmcpfhbggjacklnnjdjphpbmimjejfbh |
説明 | Quick emails even if you instruct with a different language |
ファイルサイズ | 31.15 KB |
インストール数 | 3,731 |
現在のバージョン | 0.0.0.3 |
最終更新日 | 2023-01-25 |
公開日 | 2023-01-08 |
評価 | 3.17/5 合計 6 レビュー |
開発者 | raphaelquinones57 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AI Email Writer", "description": "Quick emails even if you instruct with a different language", "version": "0.0.0.3", "manifest_version": 3, "icons": { "48": "assets\/48.png", "72": "assets\/72.png", "96": "assets\/96.png", "144": "assets\/144.png" }, "action": { "default_popup": "index.html", "default_title": "AI Email Writer" }, "background": { "service_worker": "scripts\/contextMenuServiceWorker.js" }, "permissions": [ "contextMenus", "activeTab", "storage" ], "host_permissions": [ "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/content.js" ] } ] } |