WhatMessenger

This extension allows users to automate operations on whatsapp via web.whatsapp interface

什麼是WhatMessenger?

WhatMessenger是由http://www.neblar.com開發的Chrome擴展程式,該擴展的主要功能是“This extension allows users to automate operations on whatsapp via web.whatsapp interface”。

擴展截圖

screenshot
screenshot

下載WhatMessenger擴展crx文件

下載WhatMessenger擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension allows users to post bulk messages through automation over WhatsApp via web.whatsapp interface.

Features: 
# One Click bulk messaging
# One Click bulk chat deletion
# 3 modes to choose contacts: pattern, absolute and select from existing contacts
# Custom message setting capability

Note: The app works with web.whatsapp only and has not been tested on any other pages

Further Reading:
https://neblar.com/pages/whatmessenger


Support:
The extension works as long as it is compatible with web.whatsapp and loses compatibility with the updates of web.whatsapp.

We run the extension based on community support and any new modifications or fixes are introduced when someone commissions it. If you would like to extend the functionalities of the extension, get some bugs fixed we encourage you to comission that by sending us an email at [email protected].                    

擴展基本資訊

名稱 WhatMessenger WhatMessenger
ID imhefehgikkfflhkbncoebpjacgnhbhm
官方網址 https://chrome.google.com/webstore/detail/whatmessenger/imhefehgikkfflhkbncoebpjacgnhbhm
簡介 This extension allows users to automate operations on whatsapp via web.whatsapp interface
檔案大小 134 KB
安裝次數 701
目前版本 2.2.2
更新時間 2018-10-01
上架時間 2018-10-01
評分 2.30/5 共 10 次評分
開發者 http://www.neblar.com
電子郵箱 [email protected]
付費類型 free
擴展官網 http://neblar.com/softwareDevelopment/whatMessenger/usage
說明頁面URL http://neblar.com/softwareDevelopment/whatMessenger/working
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WhatMessenger",
    "short_name": "Wessenger",
    "description": "This extension allows users to automate operations on whatsapp via web.whatsapp interface",
    "version": "2.2.2",
    "icons": {
        "16": "\/assets\/images\/icon_16.png",
        "128": "\/assets\/images\/icon_128.png"
    },
    "author": {
        "name": "Rijul Gupta",
        "email": "[email protected]",
        "url": "http:\/\/neblar.com"
    },
    "browser_action": {
        "default_icon": "\/assets\/images\/icon_16.png",
        "default_title": "What Messenger",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "*:\/\/*.whatsapp.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.whatsapp.com\/*"
            ],
            "js": [
                "\/assets\/js\/WhatMessenger.background.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}