WebExtension.net
Toggle dark mode
WebExtension.net

AI-Powered Email Summarizer

View on Chrome Web Store
View AI-Powered Email Summarizer Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (5 ratings)
1 new ratings
13 views
This extension has been viewed 13 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Summarize emails using AI to extract key points and suggest responses
Type
Extension
Users
37 users
1
Najmus Sayadat
View author page of Najmus Sayadat
Published
Published on November 4, 2024
Version 1.0
Manifest version
3
Updated
Updated on November 21, 2024
productivity/communication
Extension Category
Website
Visit developer website
View on Chrome Web Store
View AI-Powered Email Summarizer Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AI-Powered Email Summarizer",
    "version": "1.0",
    "description": "Summarize emails using AI to extract key points and suggest responses",
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "identity",
        "identity.email",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/*",
        "https:\/\/www.googleapis.com\/*",
        "https:\/\/*.cloudfunctions.net\/*",
        "https:\/\/api.openai.com\/*"
    ],
    "oauth2": {
        "client_id": "721287846355-ct1a9e2fs1qca7apqagm35pgu5v9hmue.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/gmail.readonly",
            "https:\/\/www.googleapis.com\/auth\/gmail.modify",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top