Inbox Checker for ProtonMail

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

Inbox Checker for ProtonMailとは何ですか?

Inbox Checker for ProtonMailはJiri Tyrによって開発されたChromeの拡張機能で、その主な機能は「Checks number of unread e-mails in the ProtonMail Inbox.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Inbox Checker for ProtonMail拡張機能のCRXファイルをダウンロード

Inbox Checker for ProtonMail拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Inbox Checker for ProtonMail Inbox Checker for ProtonMail
ID khohmflpainliicgcnenjnldnmffnaec
公式URL https://chromewebstore.google.com/detail/inbox-checker-for-protonm/khohmflpainliicgcnenjnldnmffnaec
説明 Checks number of unread e-mails in the ProtonMail Inbox.
ファイルサイズ 136 KB
インストール数 3,255
現在のバージョン 3.0
最終更新日 2016-01-20
公開日 2016-01-20
評価 2.75/5 合計 32 レビュー
開発者 Jiri Tyr
支払い方法 free
拡張機能のウェブサイト https://github.com/jtyr/protonmail-checker
対応言語 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"
    ]
}