WhatsApp business Sender

Whatsapp-web extension to send bulk message from csv as well as audio,vide,image atachment and download group contact

Что такое WhatsApp business Sender?

WhatsApp business Sender - это расширение Chrome, разработанное samsoft, и его основная функция - "Whatsapp-web extension to send bulk message from csv as well as audio,vide,image atachment and download group contact".

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

screenshot
screenshot

Скачать файл CRX расширения WhatsApp business Sender

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

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

                        It is a tool to send Bulk WhatsApp Messages.
Whatsapp Business Enterprise is an extension developed for companies, with which they can send messages in bulk to clients or employees with delay  for FREE.

Features currently available:

* Send messages to unlimited numbers
* Random Delay between messages
* Import numbers from .CSV files
*Insert Emojis 

Premium:
* Support : images, videos, documents and more.
 * Schedule Messages by day and time.                    

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

Название WhatsApp business Sender WhatsApp business Sender
ID ekdgimcfnmibgpbmeooaligbpkokebhh
Официальный URL https://chrome.google.com/webstore/detail/whatsapp-business-sender/ekdgimcfnmibgpbmeooaligbpkokebhh
Описание Whatsapp-web extension to send bulk message from csv as well as audio,vide,image atachment and download group contact
Размер файла 400 KB
Количество установок 480
Текущая Версия 1.0.11
Последнее Обновление 2021-12-22
Дата публикации 2021-06-09
Рейтинг 5.00/5 Всего 3 оценок
Разработчик samsoft
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://woocommercedropshipping.herokuapp.com/woocommerceprivacy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WhatsApp business Sender",
    "description": "Whatsapp-web extension to send bulk message from csv as well as audio,vide,image atachment and download group contact",
    "version": "1.0.11",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "jquery.js",
                "contentScript.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "storage",
        "notifications",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}