Gmail Summary

Get email summaries with a single hover.

Gmail Summary क्या है?

Gmail Summary rafael द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get email summaries with a single hover."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Gmail Summary एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
        "*:\/\/*\/*"
    ]
}