GenieMail - ChatGPT for Gmail

GenieMail - AI Email Writer

GenieMail - ChatGPT for Gmailとは何ですか?

GenieMail - ChatGPT for GmailはGenieMail Teamによって開発されたChromeの拡張機能で、その主な機能は「GenieMail - AI Email Writer」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

GenieMail - ChatGPT for Gmail拡張機能のCRXファイルをダウンロード

GenieMail - ChatGPT for Gmail拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        GenieMail is an AI powered emailing assistant for Gmail. 

Take the power of OpenAI's ChatGPT and place it conveniently in your Gmail box. 

With this simple & dynamic plug in, you can effortlessly use AI to:

- Save Time: No more planning, drafting or editing emails.

- Improve Grammar: Sound professional and well spoken.

- Perfect Comprehension : Make your emails clear and to the point.

- Summarise: Take notes and turn them into an email instantly.

GenieMail is: 
- Privacy Secure
- Simple to install
- Super smart
- Free to use

Download now to take your productivity to the next level!                    

拡張機能の基本情報

名前 GenieMail - ChatGPT for Gmail GenieMail - ChatGPT for Gmail
ID bmhoooglheeacgjhbgchgnddekcbdhke
公式URL https://chromewebstore.google.com/detail/geniemail-chatgpt-for-gma/bmhoooglheeacgjhbgchgnddekcbdhke
説明 GenieMail - AI Email Writer
ファイルサイズ 257 KB
インストール数 69
現在のバージョン 1.0.0
最終更新日 2023-03-22
公開日 2023-03-21
評価 5.00/5 合計 1 レビュー
開発者 GenieMail Team
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://www.geniemail.ai/
プライバシーポリシーページのURL https://www.geniemail.ai/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GenieMail - ChatGPT for Gmail",
    "short_name": "GenieMail",
    "version": "1.0.0",
    "author": "GenieMail ",
    "description": "GenieMail - AI Email Writer",
    "icons": {
        "16": "GenieMail Green Logo.png",
        "48": "GenieMail Green Logo.png",
        "128": "GenieMail Green Logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "src\/extensionInjector.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/gmailJsLoader.js",
                "dist\/extension.js",
                "dist\/gmailJsLoader.js.map",
                "dist\/extension.js.map"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ]
}