Master Whatsapp Sender

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

Cos'è Master Whatsapp Sender?

Master Whatsapp Sender è un'estensione di Chrome sviluppata da Marketing Softwares, e la sua funzione principale è "Connect with your customers and grow your business with WhatsApp automation tool".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Master Whatsapp Sender

Scarica i file di estensione Master Whatsapp Sender in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Master Whatsapp Sender Master Whatsapp Sender
ID jjddcfoojdclhjamghnooiioeacpblhi
URL Ufficiale https://chrome.google.com/webstore/detail/master-whatsapp-sender/jjddcfoojdclhjamghnooiioeacpblhi
Descrizione Connect with your customers and grow your business with WhatsApp automation tool
Dimensione del File 801 KB
Conteggio Installazioni 61
Versione Corrente 2.0
Ultimo Aggiornamento 2021-10-01
Data di Pubblicazione 2021-10-01
Sviluppatore Marketing Softwares
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://docs.google.com/document/d/1-6vlcl0fGIRSDh2ph1pOmOhC0Zx9u7XlS6buXQbCH00/edit?usp=sharing
Lingue Supportate 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\/*"
    ]
}