WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Gmail Sender Icons

Gmail Sender Icons

View on Chrome Web Store
View Gmail Sender Icons Chrome Extension on Chrome Web Store
Add to bookmarks
4.4 (129 ratings)
0 views
This extension has been viewed 0 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.

Quickly identify the sender of email messages in Gmail without opening the message.
Type
Extension
Users
20,000 users
Digital Inspiration
View author page of Digital Inspiration
Featured Extension

Hand-picked for quality and usefulness

Published
Published on January 4, 2017
Version 4.0
Manifest version
3
Updated
Updated on July 27, 2024
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Gmail Sender Icons 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": "Gmail Sender Icons",
    "author": "Digital Inspiration",
    "homepage_url": "https:\/\/digitalinspiration.com\/",
    "description": "Quickly identify the sender of email messages in Gmail without opening the message.",
    "version": "4.0",
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.map"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "short_name": "GmailSenderIcons",
    "action": {
        "default_icon": "icon.png",
        "default_title": "Show sender icons in Gmail",
        "default_popup": "settings.html"
    },
    "icons": {
        "32": "icon.png",
        "64": "icon.png",
        "128": "icon.png",
        "256": "icon.png"
    }
}
© 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