Web Messages

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

Was ist Web Messages?

Web Messages ist eine Chrome-Erweiterung, die von Productive apps entwickelt wurde, und ihr Hauptmerkmal ist "Add enhancements to your WhatsApp Web and increase productivity using Web Sender".

Erweiterungsscreenshots

screenshot

Web Messages-Erweiterungs-CRX-Datei herunterladen

Laden Sie Web Messages-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Web Messages Web Messages
ID gmgeiaokjhgikcpdbckopoogacpcbcnb
Offizielle URL https://chrome.google.com/webstore/detail/web-messages/gmgeiaokjhgikcpdbckopoogacpcbcnb
Beschreibung Add enhancements to your WhatsApp Web and increase productivity using Web Sender
Dateigröße 315 KB
Installationsanzahl 4,110
Aktuelle Version 1.0.9
Letztes Update 2022-02-01
Veröffentlichungsdatum 2020-12-31
Bewertung 3.38/5 Insgesamt 8 Bewertungen
Entwickler Productive apps
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
}