QQ邮箱邮件提醒
当您使用微信账号登录QQ邮箱时可实时接收邮件提醒
What is QQ邮箱邮件提醒?
QQ邮箱邮件提醒 is a Chrome extension developed by https://qq.com, and its main feature is "当您使用微信账号登录QQ邮箱时可实时接收邮件提醒".
Extension Screenshots
Download QQ邮箱邮件提醒 Extension CRX File
Download QQ邮箱邮件提醒 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
QQ邮箱邮件提醒扩展程序提供新邮件的即时提醒功能,防止错过任何重要邮件。当您使用微信账号登录QQ邮箱,收到新邮件时,扩展程序会自动以弹窗形式提醒您查看新邮件。此外,您还需访问QQ邮箱首页(https://wx.mail.qq.com),使用微信扫码登录后在“设置”的“邮件通知”栏中开启消息通知并设置通知类型。 功能: -针对微信账号登录的QQ邮箱提供实时的新邮件提醒服务 -点击邮件提醒弹窗,可快速进入邮箱阅读邮件内容
Extension Basic Information
Name | QQ邮箱邮件提醒 |
ID | nljbmjehmemfpnlcohjlijdhdanoilog |
Official URL | https://chromewebstore.google.com/detail/qq%E9%82%AE%E7%AE%B1%E9%82%AE%E4%BB%B6%E6%8F%90%E9%86%92/nljbmjehmemfpnlcohjlijdhdanoilog |
Description | 当您使用微信账号登录QQ邮箱时可实时接收邮件提醒 |
File Size | 708 KB |
Installation Count | 2,049 |
Current Version | 1.0.0 |
Last Updated | 2020-06-04 |
Publish Date | 2020-04-14 |
Rating | 1.00/5 Total 10 Ratings |
Developer | https://qq.com |
[email protected] | |
Payment Type | free |
Extension Website | https://wx.mail.qq.com/ |
Help Page URL | https://service.mail.qq.com/ |
Privacy Policy Page URL | https://privacy.qq.com |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ], "persistent": true }, "name": "QQ\u90ae\u7bb1\u90ae\u4ef6\u63d0\u9192", "description": "\u5f53\u60a8\u4f7f\u7528\u5fae\u4fe1\u8d26\u53f7\u767b\u5f55QQ\u90ae\u7bb1\u65f6\u53ef\u5b9e\u65f6\u63a5\u6536\u90ae\u4ef6\u63d0\u9192", "homepage_url": "https:\/\/wx.mail.qq.com\/", "browser_action": { "default_icon": "images\/icon96.png" }, "permissions": [ "https:\/\/wx.mail.qq.com\/", "notifications", "cookies", "*:\/\/*.mail.qq.com\/" ], "icons": { "96": "images\/icon96.png", "444": "images\/icon444.png" }, "externally_connectable": { "matches": [ "*:\/\/*.mail.qq.com\/*" ] }, "manifest_version": 2, "version": "1.0.0", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |