微信群关键字提醒

定义关键字,即免打扰又防漏看关键信息

What is 微信群关键字提醒?

微信群关键字提醒 is a Chrome extension developed by niumi.workshop, and its main feature is "定义关键字,即免打扰又防漏看关键信息".

Extension Screenshots

screenshot
screenshot
screenshot

Download 微信群关键字提醒 Extension CRX File

Download 微信群关键字提醒 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

                        加了物业群平时吐槽的太多不想看,但是又怕错过停电停水通知?
加了家庭群平时七大姑八大姨很啰嗦,但是又怕错过重大聚会?
加入了N多客户群客户大多数问题都和你无关,但是又怕错过上项目线上紧急任务?
微信群提醒工具可以监控你定义的关键字,即使关闭了群通知仍然不会错过关键信息,另外还可以监控红包噢!!!

该扩展只能用于微信网页版                    

Extension Basic Information

Name 微信群关键字提醒 微信群关键字提醒
ID acbpaedjbojeogmakggmiinnampmeiod
Official URL https://chromewebstore.google.com/detail/%E5%BE%AE%E4%BF%A1%E7%BE%A4%E5%85%B3%E9%94%AE%E5%AD%97%E6%8F%90%E9%86%92/acbpaedjbojeogmakggmiinnampmeiod
Description 定义关键字,即免打扰又防漏看关键信息
File Size 337 KB
Installation Count 39
Current Version 0.9.1
Last Updated 2019-04-23
Publish Date 2019-04-23
Rating 5.00/5 Total 1 Ratings
Developer niumi.workshop
Email [email protected]
Payment Type free
Extension Website https://www.niumiws.com
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u5fae\u4fe1\u7fa4\u5173\u952e\u5b57\u63d0\u9192",
    "short_name": "\u7fa4\u63d0\u9192",
    "description": "\u5b9a\u4e49\u5173\u952e\u5b57\uff0c\u5373\u514d\u6253\u6270\u53c8\u9632\u6f0f\u770b\u5173\u952e\u4fe1\u606f",
    "version": "0.9.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/wx.qq.com\/*",
                "https:\/\/wx2.qq.com\/*",
                "https:\/\/web.wechat.com\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js",
            "jquery-3.3.1.min.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "https:\/\/wx.qq.com\/*",
        "https:\/\/wx2.qq.com\/*",
        "https:\/\/web.wechat.com\/*",
        "notifications",
        "storage",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}