WebExtension.net
WebExtension.net

AI-Powered Email Summarizer

View on Chrome Web Store
View AI-Powered Email Summarizer Chrome Extension on Chrome Web Store
5.0 (1 ratings)

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
7 users
2
Najmus Sayadat
View author page of Najmus Sayadat
Published
Published on November 4, 2024
Version 1.0
Manifest version
3
Updated
Updated on November 12, 2024
View on Chrome Web Store
View AI-Powered Email Summarizer Chrome Extension on Chrome Web Store
productivity/communication
Extension Category
Website
Visit developer website

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.

© 2024 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