Gmail Summary

Get email summaries with a single hover.

Gmail Summaryとは何ですか?

Gmail Summaryはrafaelによって開発されたChromeの拡張機能で、その主な機能は「Get email summaries with a single hover.」です。

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

screenshot
screenshot
screenshot

Gmail Summary拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Say goodbye to endless scrolling through long emails! 

Our Chrome extension is here to save you time and streamline your inbox. With just a quick hover over the icon, you can get a summarized version of any email - in any language! 

It's like magic!

Try it now for free and revolutionize the way you manage your emails. 

You'll wonder how you ever lived without it. 

And the best part? It's totally free!

PS.: It also summarize your emails that are not in english!                    

拡張機能の基本情報

名前 Gmail Summary Gmail Summary
ID heplmghemcnjfdlabpcjcldanblnmkbb
公式URL https://chromewebstore.google.com/detail/gmail-summary/heplmghemcnjfdlabpcjcldanblnmkbb
説明 Get email summaries with a single hover.
ファイルサイズ 669 KB
インストール数 43
現在のバージョン 1.0
最終更新日 2023-01-01
公開日 2022-12-26
評価 5.00/5 合計 3 レビュー
開発者 rafael
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.epicmegacorp.com/gmail-summary/
ヘルプページのURL https://www.epicmegacorp.com/gmail-summary/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gmail Summary",
    "description": "Get email summaries with a single hover.",
    "version": "1.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "gmailsummary the popup",
        "default_icons": {
            "16": "icon-16x16.png",
            "32": "icon-32x32.png",
            "48": "icon-48x48.png",
            "128": "icon-128x128.png"
        }
    },
    "icons": {
        "16": "icon-16x16.png",
        "32": "icon-32x32.png",
        "48": "icon-48x48.png",
        "128": "icon-128x128.png"
    },
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}