check163mail
检查网易邮箱未阅读邮件数目
Cos'è check163mail?
check163mail è un'estensione di Chrome sviluppata da wuzhizhemu569, e la sua funzione principale è "检查网易邮箱未阅读邮件数目".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione check163mail
Scarica i file di estensione check163mail in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
检查网易邮箱未读邮件数目,支持163.com 126.com yeah.net。 功能只支持检查未读邮件数目,单账号检测,目前不支持添加多账号。 调用网易接口,不需要输入密码,只需要邮箱名即可。 **请一定要在使用本插件的浏览器上登录要检测的网易账号,因为需要用到浏览器cookie,否则无法检测**
Informazioni di Base sull'Estensione
Nome | |
ID | blogdpenemhnlonjabloknbbpacecaga |
URL Ufficiale | https://chrome.google.com/webstore/detail/check163mail/blogdpenemhnlonjabloknbbpacecaga |
Descrizione | 检查网易邮箱未阅读邮件数目 |
Dimensione del File | 57.15 KB |
Conteggio Installazioni | 1,084 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2017-04-25 |
Data di Pubblicazione | 2017-04-25 |
Valutazione | 2.00/5 Totale 1 Valutazioni |
Sviluppatore | wuzhizhemu569 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |