check163mail

检查网易邮箱未阅读邮件数目

check163mailとは何ですか?

check163mailはwuzhizhemu569によって開発されたChromeの拡張機能で、その主な機能は「检查网易邮箱未阅读邮件数目」です。

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

screenshot
screenshot
screenshot

check163mail拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        检查网易邮箱未读邮件数目,支持163.com 126.com yeah.net。

功能只支持检查未读邮件数目,单账号检测,目前不支持添加多账号。

调用网易接口,不需要输入密码,只需要邮箱名即可。

**请一定要在使用本插件的浏览器上登录要检测的网易账号,因为需要用到浏览器cookie,否则无法检测**                    

拡張機能の基本情報

名前 check163mail check163mail
ID blogdpenemhnlonjabloknbbpacecaga
公式URL https://chrome.google.com/webstore/detail/check163mail/blogdpenemhnlonjabloknbbpacecaga
説明 检查网易邮箱未阅读邮件数目
ファイルサイズ 57.15 KB
インストール数 1,084
現在のバージョン 1.0.1
最終更新日 2017-04-25
公開日 2017-04-25
評価 2.00/5 合計 1 レビュー
開発者 wuzhizhemu569
Eメール [email protected]
支払い方法 free
対応言語 zh-CN
manifest.json
{
    "name": "check163mail",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "\u68c0\u67e5\u7f51\u6613\u90ae\u7bb1\u672a\u9605\u8bfb\u90ae\u4ef6\u6570\u76ee",
    "icons": {
        "16": "icon_16x16.png",
        "32": "icon_32x32.png",
        "48": "icon_48x48.png",
        "128": "icon_128x128.png"
    },
    "background": {
        "page": "html\/background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/mail.163.com\/"
            ],
            "js": [
                "js\/check.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon_19x19.png",
        "default_title": "\u7f51\u6613\u90ae\u4ef6\u672a\u8bfb\u6570\u76ee",
        "default_popup": "html\/menu.html"
    },
    "web_accessible_resources": [
        "img\/hd-bg.png",
        "img\/close.png",
        "img\/bt-bg-other.png",
        "img\/bt-bg-main.png",
        "img\/ddl-bg.png",
        "img\/ddl-icon.png"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "unlimitedStorage",
        "background",
        "*:\/\/*.163.com\/*",
        "*:\/\/*.126.com\/*",
        "*:\/\/*.yeah.net\/*"
    ]
}