check163mail

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

What is check163mail?

check163mail is a Chrome extension developed by wuzhizhemu569, and its main feature is "检查网易邮箱未阅读邮件数目".

Extension Screenshots

screenshot
screenshot
screenshot

Download check163mail Extension CRX File

Download check163mail 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

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

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

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

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

Extension Basic Information

Name check163mail check163mail
ID blogdpenemhnlonjabloknbbpacecaga
Official URL https://chrome.google.com/webstore/detail/check163mail/blogdpenemhnlonjabloknbbpacecaga
Description 检查网易邮箱未阅读邮件数目
File Size 57.15 KB
Installation Count 1,084
Current Version 1.0.1
Last Updated 2017-04-25
Publish Date 2017-04-25
Rating 2.00/5 Total 1 Ratings
Developer wuzhizhemu569
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}