Sender Avatar Icons for Gmail

Unofficial Plugin. Displays avatars brand icons for senders in message view

What is Sender Avatar Icons for Gmail?

Sender Avatar Icons for Gmail is a Chrome extension developed by https://christianoliff.com, and its main feature is "Unofficial Plugin. Displays avatars brand icons for senders in message view".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Sender Avatar Icons for Gmail Extension CRX File

Download Sender Avatar Icons for Gmail extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Adds sender avatar icons for hundreds of popular brands

- Super-fast with no JavaScript or external resources
- All icons are hi-res SVG from Font Awesome (https://fontawesome.com/icons?s=brands)
- Free and Open Source database (https://github.com/coliff/sender-brand-icon-avatars-for-email)                    

Extension Basic Information

Name Sender Avatar Icons for Gmail Sender Avatar Icons for Gmail
ID mmppbafobakmpfdhgdmbokodhdcecaii
Official URL https://chromewebstore.google.com/detail/sender-avatar-icons-for-g/mmppbafobakmpfdhgdmbokodhdcecaii
Description Unofficial Plugin. Displays avatars brand icons for senders in message view
File Size 221 KB
Installation Count 26
Current Version 3.10.17
Last Updated 2023-10-17
Publish Date 2020-06-20
Developer https://christianoliff.com
Email [email protected]
Payment Type free
Extension Website https://github.com/coliff/sender-brand-icon-avatars-for-email
Help Page URL https://github.com/coliff/sender-brand-icon-avatars-for-email
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sender Avatar Icons for Gmail",
    "version": "3.10.17",
    "description": "Unofficial Plugin. Displays avatars brand icons for senders in message view",
    "homepage_url": "https:\/\/mail.google.com\/mail\/u\/",
    "author": "C.Oliff",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon48.png",
        "default_name": "Sender Avatar Icons for Gmail"
    },
    "content_scripts": [
        {
            "css": [
                "css\/fa.css",
                "css\/extra.css",
                "css\/simple-icons.css",
                "css\/trimble.css"
            ],
            "matches": [
                "https:\/\/mail.google.com\/mail\/*"
            ]
        }
    ],
    "content_security_policy": "object-src 'self'",
    "permissions": [
        "activeTab",
        "https:\/\/mail.google.com\/mail\/*"
    ],
    "optional_permissions": [
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "content.js"
        ],
        "persistent": true
    }
}