WhatMessenger

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

Cos'è WhatMessenger?

WhatMessenger è un'estensione di Chrome sviluppata da http://www.neblar.com, e la sua funzione principale è "This extension allows users to automate operations on whatsapp via web.whatsapp interface".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione WhatMessenger

Scarica i file di estensione WhatMessenger in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome WhatMessenger WhatMessenger
ID imhefehgikkfflhkbncoebpjacgnhbhm
URL Ufficiale https://chrome.google.com/webstore/detail/whatmessenger/imhefehgikkfflhkbncoebpjacgnhbhm
Descrizione This extension allows users to automate operations on whatsapp via web.whatsapp interface
Dimensione del File 134 KB
Conteggio Installazioni 701
Versione Corrente 2.2.2
Ultimo Aggiornamento 2018-10-01
Data di Pubblicazione 2018-10-01
Valutazione 2.30/5 Totale 10 Valutazioni
Sviluppatore http://www.neblar.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://neblar.com/softwareDevelopment/whatMessenger/usage
URL della Pagina di Aiuto http://neblar.com/softwareDevelopment/whatMessenger/working
Lingue Supportate 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'"
}