Gmail Summary

Get email summaries with a single hover.

Gmail Summaryคืออะไร?

Gmail Summary เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rafael และคุณลักษณะหลักของมันคือ "Get email summaries with a single hover."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gmail Summary

ดาวน์โหลดไฟล์ส่วนขยาย 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": [
        "*:\/\/*\/*"
    ]
}