Inbox Checker for ProtonMail

Checks number of unread e-mails in the ProtonMail Inbox.

What is Inbox Checker for ProtonMail?

Inbox Checker for ProtonMail is a Chrome extension developed by Jiri Tyr, and its main feature is "Checks number of unread e-mails in the ProtonMail Inbox.".

Extension Screenshots

screenshot
screenshot

Download Inbox Checker for ProtonMail Extension CRX File

Download Inbox Checker for ProtonMail 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

                        This Google Chrome extension checks the number of unread e-mails in the ProtonMail Inbox. The extension only works when the ProtonMail is open via URL https://protonmail.ch and is fully logged in.

Usage:

1. Install the ProtonMail Checker extension
2. Click on the ProtonMail Checker icon
3. Log into your ProtonMail account                    

Extension Basic Information

Name Inbox Checker for ProtonMail Inbox Checker for ProtonMail
ID khohmflpainliicgcnenjnldnmffnaec
Official URL https://chromewebstore.google.com/detail/inbox-checker-for-protonm/khohmflpainliicgcnenjnldnmffnaec
Description Checks number of unread e-mails in the ProtonMail Inbox.
File Size 136 KB
Installation Count 3,255
Current Version 3.0
Last Updated 2016-01-20
Publish Date 2016-01-20
Rating 2.75/5 Total 32 Ratings
Developer Jiri Tyr
Payment Type free
Extension Website https://github.com/jtyr/protonmail-checker
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Inbox Checker for ProtonMail",
    "version": "3.0",
    "description": "Checks number of unread e-mails in the ProtonMail Inbox.",
    "icons": {
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon-48g.png",
        "default_title": "Inbox Checker for ProtonMail"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "options_page": "html\/options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.protonmail.com\/*"
            ],
            "js": [
                "scripts\/jquery-2.0.2.min.js",
                "scripts\/contentscript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "scripts\/jquery-2.0.2.min.map",
        "icons\/icon-48.png"
    ],
    "permissions": [
        "notifications",
        "tabs"
    ]
}