Inbox Checker for ProtonMail

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

Wat is Inbox Checker for ProtonMail?

Inbox Checker for ProtonMail is een Chrome-extensie ontwikkeld door Jiri Tyr, en de belangrijkste functie is "Checks number of unread e-mails in the ProtonMail Inbox.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Inbox Checker for ProtonMail

Download Inbox Checker for ProtonMail-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Inbox Checker for ProtonMail Inbox Checker for ProtonMail
ID khohmflpainliicgcnenjnldnmffnaec
Officiële URL https://chromewebstore.google.com/detail/inbox-checker-for-protonm/khohmflpainliicgcnenjnldnmffnaec
Beschrijving Checks number of unread e-mails in the ProtonMail Inbox.
Bestandsgrootte 136 KB
Aantal Installaties 3,255
Huidige Versie 3.0
Laatst Bijgewerkt 2016-01-20
Publicatiedatum 2016-01-20
Beoordeling 2.75/5 Totaal 32 Beoordelingen
Ontwikkelaar Jiri Tyr
Betalingswijze free
Extensiewebsite https://github.com/jtyr/protonmail-checker
Ondersteunde Talen 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"
    ]
}