WhatMessenger

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

WhatMessenger क्या है?

WhatMessenger http://www.neblar.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows users to automate operations on whatsapp via web.whatsapp interface"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WhatMessenger एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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'"
}