Master Whatsapp Sender

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

Was ist Master Whatsapp Sender?

Master Whatsapp Sender ist eine Chrome-Erweiterung, die von Marketing Softwares entwickelt wurde, und ihr Hauptmerkmal ist "Connect with your customers and grow your business with WhatsApp automation tool".

Erweiterungsscreenshots

screenshot
screenshot

Master Whatsapp Sender-Erweiterungs-CRX-Datei herunterladen

Laden Sie Master Whatsapp Sender-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Master Whatsapp Sender Master Whatsapp Sender
ID jjddcfoojdclhjamghnooiioeacpblhi
Offizielle URL https://chrome.google.com/webstore/detail/master-whatsapp-sender/jjddcfoojdclhjamghnooiioeacpblhi
Beschreibung Connect with your customers and grow your business with WhatsApp automation tool
Dateigröße 801 KB
Installationsanzahl 61
Aktuelle Version 2.0
Letztes Update 2021-10-01
Veröffentlichungsdatum 2021-10-01
Entwickler Marketing Softwares
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://docs.google.com/document/d/1-6vlcl0fGIRSDh2ph1pOmOhC0Zx9u7XlS6buXQbCH00/edit?usp=sharing
Unterstützte Sprachen 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\/*"
    ]
}