Web Messages

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

Co to jest Web Messages?

Web Messages to rozszerzenie Chrome opracowane przez Productive apps, a jego główną funkcją jest „Add enhancements to your WhatsApp Web and increase productivity using Web Sender”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Web Messages

Pobierz pliki rozszerzeń Web Messages w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Web Messages Web Messages
ID gmgeiaokjhgikcpdbckopoogacpcbcnb
Oficjalny URL https://chrome.google.com/webstore/detail/web-messages/gmgeiaokjhgikcpdbckopoogacpcbcnb
Opis Add enhancements to your WhatsApp Web and increase productivity using Web Sender
Rozmiar pliku 315 KB
Liczba instalacji 4,110
Aktualna Wersja 1.0.9
Ostatnia Aktualizacja 2022-02-01
Data Publikacji 2020-12-31
Ocena 3.38/5 Łącznie 8 Oceny
Deweloper Productive apps
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
}