Web Messages

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

Cos'è Web Messages?

Web Messages è un'estensione di Chrome sviluppata da Productive apps, e la sua funzione principale è "Add enhancements to your WhatsApp Web and increase productivity using Web Sender".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Web Messages

Scarica i file di estensione Web Messages 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Web Messages Web Messages
ID gmgeiaokjhgikcpdbckopoogacpcbcnb
URL Ufficiale https://chrome.google.com/webstore/detail/web-messages/gmgeiaokjhgikcpdbckopoogacpcbcnb
Descrizione Add enhancements to your WhatsApp Web and increase productivity using Web Sender
Dimensione del File 315 KB
Conteggio Installazioni 4,110
Versione Corrente 1.0.9
Ultimo Aggiornamento 2022-02-01
Data di Pubblicazione 2020-12-31
Valutazione 3.38/5 Totale 8 Valutazioni
Sviluppatore Productive apps
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}