Master Whatsapp Sender

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

什麼是Master Whatsapp Sender?

Master Whatsapp Sender是由Marketing Softwares開發的Chrome擴展程式,該擴展的主要功能是“Connect with your customers and grow your business with WhatsApp automation tool”。

擴展截圖

screenshot
screenshot

下載Master Whatsapp Sender擴展crx文件

下載Master Whatsapp Sender擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Master Whatsapp Sender Master Whatsapp Sender
ID jjddcfoojdclhjamghnooiioeacpblhi
官方網址 https://chrome.google.com/webstore/detail/master-whatsapp-sender/jjddcfoojdclhjamghnooiioeacpblhi
簡介 Connect with your customers and grow your business with WhatsApp automation tool
檔案大小 801 KB
安裝次數 61
目前版本 2.0
更新時間 2021-10-01
上架時間 2021-10-01
開發者 Marketing Softwares
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://docs.google.com/document/d/1-6vlcl0fGIRSDh2ph1pOmOhC0Zx9u7XlS6buXQbCH00/edit?usp=sharing
支援的語言 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\/*"
    ]
}