QuickMsg WhatsApp Bulk Message

Effortless WhatsApp Bulk Messaging! Customize message, engage your audience, and save time. Streamline communication with QuickMsg.

什么是QuickMsg WhatsApp Bulk Message?

QuickMsg WhatsApp Bulk Message是由https://www.itfosters.com开发的Chrome扩展程序,该扩展的主要功能是“Effortless WhatsApp Bulk Messaging! Customize message, engage your audience, and save time. Streamline communication with QuickMsg.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载QuickMsg WhatsApp Bulk Message扩展crx文件

下载QuickMsg WhatsApp Bulk Message扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        QuickMsg Sender is a powerful and convenient Chrome extension that allows you to send messages to your WhatsApp contacts directly from your browser. With this handy tool, you can effortlessly share texts and links with friends, family, and colleagues on WhatsApp without switching between different apps.
Site : http://msg.quickbs.com

Key Features:

Send Messages with Ease: No need to open WhatsApp separately. Simply login in panel and create message and add the list of contact with name and single click send message.

Share  Links: Easily share  web links from any website or page with a simple click.

Personalised Messages: Craft personalised messages for each recipient to make your communications more meaningful.

Fast and Secure: The extension operates quickly and securely, ensuring that your messages are delivered safely to your contacts.

1. Install the extension from the Chrome Web Store.
2. Auto open the Login in panel and register account.
3. Create the Message and add the contact list with phone and name by list or xlsx file.
4. Save the Message.
5. Go to dashboard in panel and Click connect
6. Then click Send message 
7. Congratulation you message sending start

Your message will be instantly delivered to the selected contact on QuickMsg.
Stay connected with your loved ones and communicate more efficiently with WhatsApp Message Sender. Download the extension now and start sending messages hassle-free. Enjoy seamless communication with WhatsApp at your fingertips!

Note : Before use this extension, you have to authorise with web.whatsapp.com to you whats App account                    

扩展基本信息

名称 QuickMsg WhatsApp Bulk Message QuickMsg WhatsApp Bulk Message
ID kkcdbnjjdokdhlcaikldanoaedhdimdo
官方URL https://chromewebstore.google.com/detail/quickmsg-whatsapp-bulk-me/kkcdbnjjdokdhlcaikldanoaedhdimdo
简介 Effortless WhatsApp Bulk Messaging! Customize message, engage your audience, and save time. Streamline communication with QuickMsg.
文件大小 76.54 KB
安装次数 48
当前版本 1.0.3
更新时间 2023-07-22
上架时间 2023-07-19
评分 5.00/5 共5次评分
开发者 https://www.itfosters.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://msg.quickbs.com/
帮助页面URL https://msg.quickbs.com/
隐私政策页面URL https://www.itfosters.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QuickMsg WhatsApp Bulk Message",
    "description": "Effortless WhatsApp Bulk Messaging! Customize message, engage your audience, and save time. Streamline communication with QuickMsg.",
    "version": "1.0.3",
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "booting.js"
            ]
        },
        {
            "matches": [
                "http:\/\/msg.quickbs.com\/dashboard"
            ],
            "js": [
                "fukti.js"
            ]
        },
        {
            "matches": [
                "https:\/\/msg.quickbs.com\/dashboard"
            ],
            "js": [
                "fukti.js"
            ]
        }
    ],
    "action": {
        "default_title": "QuickMsg Send Message",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 3
}