Web Messages

Add enhancements to your WhatsApp Web and increase productivity using Web Sender

Wat is Web Messages?

Web Messages is een Chrome-extensie ontwikkeld door Productive apps, en de belangrijkste functie is "Add enhancements to your WhatsApp Web and increase productivity using Web Sender".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Web Messages

Download Web Messages-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

                        Using this extension, a user can send whatsapp messages to multiple contacts. Messeges can be customised to include custom fields like name, email, scores or any variable. User would be able to do the same by uploading excel sheet also which contains user's contact over which custom messeges needs to be sent.                    

Basisinformatie over de Extensie

Naam Web Messages Web Messages
ID gmgeiaokjhgikcpdbckopoogacpcbcnb
Officiële URL https://chrome.google.com/webstore/detail/web-messages/gmgeiaokjhgikcpdbckopoogacpcbcnb
Beschrijving Add enhancements to your WhatsApp Web and increase productivity using Web Sender
Bestandsgrootte 315 KB
Aantal Installaties 4,110
Huidige Versie 1.0.9
Laatst Bijgewerkt 2022-02-01
Publicatiedatum 2020-12-31
Beoordeling 3.38/5 Totaal 8 Beoordelingen
Ontwikkelaar Productive apps
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "images\/image128.png",
        "default_popup": "popup.html",
        "default_title": "Web Messages"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Add enhancements to your WhatsApp Web and increase productivity using Web Sender",
    "icons": {
        "128": "images\/image128.png",
        "16": "images\/image16.png",
        "32": "images\/image32.png",
        "48": "images\/image48.png"
    },
    "manifest_version": 2,
    "name": "Web Messages",
    "permissions": [
        "notifications",
        "https:\/\/web.whatsapp.com\/*",
        "storage"
    ],
    "version": "1.0.9"
}