WhatMessenger

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

¿Qué es WhatMessenger?

WhatMessenger es una extensión de Chrome desarrollada por http://www.neblar.com, y su función principal es "This extension allows users to automate operations on whatsapp via web.whatsapp interface".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión WhatMessenger

Descarga archivos de extensión WhatMessenger en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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].                    

Información Básica de la Extensión

Nombre WhatMessenger WhatMessenger
ID imhefehgikkfflhkbncoebpjacgnhbhm
URL Oficial https://chrome.google.com/webstore/detail/whatmessenger/imhefehgikkfflhkbncoebpjacgnhbhm
Descripción This extension allows users to automate operations on whatsapp via web.whatsapp interface
Tamaño del Archivo 134 KB
Cantidad de Instalaciones 701
Versión Actual 2.2.2
Última Actualización 2018-10-01
Fecha de Publicación 2018-10-01
Calificación 2.30/5 Total de 10 Calificaciones
Desarrollador http://www.neblar.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://neblar.com/softwareDevelopment/whatMessenger/usage
URL de la Página de Ayuda http://neblar.com/softwareDevelopment/whatMessenger/working
Idiomas Soportados 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'"
}