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
电子邮箱 [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": [
        "*:\/\/*\/*"
    ]
}