Web Messages

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

Что такое Web Messages?

Web Messages - это расширение Chrome, разработанное Productive apps, и его основная функция - "Add enhancements to your WhatsApp Web and increase productivity using Web Sender".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Web Messages

Скачайте файлы расширений Web Messages в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Web Messages Web Messages
ID gmgeiaokjhgikcpdbckopoogacpcbcnb
Официальный URL https://chrome.google.com/webstore/detail/web-messages/gmgeiaokjhgikcpdbckopoogacpcbcnb
Описание Add enhancements to your WhatsApp Web and increase productivity using Web Sender
Размер файла 315 KB
Количество установок 4,110
Текущая Версия 1.0.9
Последнее Обновление 2022-02-01
Дата публикации 2020-12-31
Рейтинг 3.38/5 Всего 8 оценок
Разработчик Productive apps
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
}