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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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