微信群关键字提醒

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

Wat is 微信群关键字提醒?

微信群关键字提醒 is een Chrome-extensie ontwikkeld door niumi.workshop, en de belangrijkste functie is "定义关键字,即免打扰又防漏看关键信息".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie 微信群关键字提醒

Download 微信群关键字提醒-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

Basisinformatie over de Extensie

Naam 微信群关键字提醒 微信群关键字提醒
ID acbpaedjbojeogmakggmiinnampmeiod
Officiële 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
Beschrijving 定义关键字,即免打扰又防漏看关键信息
Bestandsgrootte 337 KB
Aantal Installaties 39
Huidige Versie 0.9.1
Laatst Bijgewerkt 2019-04-23
Publicatiedatum 2019-04-23
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar niumi.workshop
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.niumiws.com
Ondersteunde Talen 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'"
}