check163mail

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

check163mailคืออะไร?

check163mail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wuzhizhemu569 และคุณลักษณะหลักของมันคือ "检查网易邮箱未阅读邮件数目"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย check163mail

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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\/*"
    ]
}