Message Counter for Gmail™

Shows the mail count of the conversation next to the scrollbar in Gmail™.

What is Message Counter for Gmail™?

Message Counter for Gmail™ is a Chrome extension developed by Jacob "kurtextrem" Groß, and its main feature is "Shows the mail count of the conversation next to the scrollbar in Gmail™.".

Extension Screenshots

screenshot

Download Message Counter for Gmail™ Extension CRX File

Download Message Counter 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 the amount of mails of the currently viewed conversation next to the scrollbar in Gmail.


This extension is open-source: https://github.com/kurtextrem/Gmail-Mail-Counter


Icon by Abhishek Pipalva.                    

Extension Basic Information

Name Message Counter for Gmail™ Message Counter for Gmail™
ID cmdjfmokkblaapkclnhnefeokpkmkkkl
Official URL https://chromewebstore.google.com/detail/message-counter-for-gmail/cmdjfmokkblaapkclnhnefeokpkmkkkl
Description Shows the mail count of the conversation next to the scrollbar in Gmail™.
File Size 7.09 KB
Installation Count 201
Current Version 1.3.4
Last Updated 2023-12-03
Publish Date 2018-05-17
Developer Jacob "kurtextrem" Groß
Email [email protected]
Payment Type free
Extension Website https://github.com/kurtextrem/Gmail-Mail-Counter
Help Page URL https://github.com/kurtextrem/Gmail-Mail-Counter/issues
Privacy Policy Page URL https://www.kurtextrem.de/chrome/PRIVACY.html
Supported Languages de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.3.4",
    "manifest_version": 3,
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "icons": {
        "128": "img\/icon-128.png",
        "16": "img\/icon-128.png",
        "48": "img\/icon-128.png"
    },
    "author": "Jacob \u201ekurtextrem\" Gro\u00df",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "minimum_chrome_version": "88",
    "host_permissions": [
        "*:\/\/mail.google.com\/*"
    ]
}