Master Whatsapp Sender

Connect with your customers and grow your business with WhatsApp automation tool

Master Whatsapp Sender là gì?

Master Whatsapp Sender là một tiện ích mở rộng Chrome được phát triển bởi Marketing Softwares, và tính năng chính của nó là "Connect with your customers and grow your business with WhatsApp automation tool".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Master Whatsapp Sender

Tải xuống các tệp mở rộng Master Whatsapp Sender dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        WA Web Sender is a free google chrome extension to send WhatsApp messages to multiple contacts for free. It allows you to send messages to saved/unsaved contacts with attachments likes pictures, audio, videos and documents. ... - Add Contacts Manually or Copy-Paste or upload a CSV - Allows You To Download Group Contacts.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Master Whatsapp Sender Master Whatsapp Sender
ID jjddcfoojdclhjamghnooiioeacpblhi
URL Chính Thức https://chrome.google.com/webstore/detail/master-whatsapp-sender/jjddcfoojdclhjamghnooiioeacpblhi
Mô tả Connect with your customers and grow your business with WhatsApp automation tool
Kích Thước Tệp 801 KB
Số Lần Cài Đặt 61
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2021-10-01
Ngày Phát Hành 2021-10-01
Nhà Phát Triển Marketing Softwares
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/1-6vlcl0fGIRSDh2ph1pOmOhC0Zx9u7XlS6buXQbCH00/edit?usp=sharing
Ngôn Ngữ Được Hỗ Trợ id,en,en-US,es,pt-BR,hi
manifest.json
{
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Master Whatsapp Sender",
    "version": "2.0",
    "default_locale": "en",
    "description": "__MSG_Desc__",
    "icons": {
        "16": "logo\/small.png",
        "48": "logo\/medium.png",
        "128": "logo\/large.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/logo\/*"
    ],
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Master Whatsapp Sender"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "storage",
        "notifications",
        "tabs",
        "identity",
        "identity.email",
        "https:\/\/hsdigitalsolution.in\/*"
    ]
}