WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Gmelius: Shared Inboxes & AI Email Assistants for Gmail

Gmelius: Shared Inboxes & AI Email Assistants for Gmail

View on Chrome Web Store
View Gmelius: Shared Inboxes & AI Email Assistants for Gmail Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (696 ratings)
1 new ratings
1 views
This extension has been viewed 1 times
0 downloads
This extension has been downloaded 0 times

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

Save 1 hour daily: AI Assistants sort your emails, draft replies & shared inboxes let your team take over conversations for you.
Type
Extension
Users
50,000 users
5K
Gmelius
View author page of Gmelius
Featured Extension

Hand-picked for quality and usefulness

Published
Published on January 18, 2011
Version 9.1.23
Manifest version
3
Updated
Updated on February 10, 2026
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Gmelius: Shared Inboxes & AI Email Assistants for Gmail 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",
    "name": "__MSG_extName__",
    "short_name": "Gmelius",
    "author": "Gmelius Ltd",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "version": "9.1.23",
    "manifest_version": 3,
    "homepage_url": "https:\/\/gmelius.com",
    "permissions": [
        "activeTab",
        "declarativeNetRequest",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/*",
        "https:\/\/*.googleusercontent.com\/*",
        "https:\/\/gmelius.io\/*",
        "https:\/\/app.gmelius.com\/*"
    ],
    "optional_host_permissions": [
        "https:\/\/gml.email\/*"
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "html\/proxyIframe.html",
                "proxy.bundle.js",
                "pageWorld.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "action": {
        "default_icon": "icons\/icon32.png",
        "default_title": "My Gmelius Dashboard",
        "default_popup": "html\/dashboard.html"
    },
    "content_scripts": [
        {
            "js": [
                "app.bundle.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/mail.google.com\/*\/?mui=ca",
                "*:\/\/mail.google.com\/tasks\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "js": [
                "authentication.bundle.js"
            ],
            "matches": [
                "https:\/\/gmelius.io\/authorize*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "authentication.bundle.js"
            ],
            "matches": [
                "https:\/\/app.gmelius.com\/authorize*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; worker-src 'self'"
    },
    "incognito": "split",
    "options_page": "html\/dashboard.html",
    "externally_connectable": {
        "matches": [
            "https:\/\/gmelius.io\/*",
            "https:\/\/app.gmelius.com\/*"
        ]
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "blockTrackerImageRuleset",
                "enabled": true,
                "path": "declarativeNetRequest\/blockTrackerImageRuleset.json"
            }
        ]
    }
}
© 2026 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