WAPSender

WhatsApp bulk message sender marketing tool. Grow your business with WAPSender.

Cos'è WAPSender?

WAPSender è un'estensione di Chrome sviluppata da https://wapsender.com, e la sua funzione principale è "WhatsApp bulk message sender marketing tool. Grow your business with WAPSender.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione WAPSender

Scarica i file di estensione WAPSender 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

                        WhatsApp Bulk Message Sender Chrome Plugin. It is a must have marketing tool for all business owners. Engage your clients and grow your business. The best plugin to install and to send WhatsApp messages to your registered clients.                    

Informazioni di Base sull'Estensione

Nome WAPSender WAPSender
ID bkdopcenbhbpblgpmpkodjpdfohhdpjc
URL Ufficiale https://chromewebstore.google.com/detail/wapsender/bkdopcenbhbpblgpmpkodjpdfohhdpjc
Descrizione WhatsApp bulk message sender marketing tool. Grow your business with WAPSender.
Dimensione del File 346 KB
Conteggio Installazioni 45,881
Versione Corrente 1.0
Ultimo Aggiornamento 2023-06-18
Data di Pubblicazione 2020-08-18
Valutazione 3.68/5 Totale 34 Valutazioni
Sviluppatore https://wapsender.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.wapsender.com/
URL della Pagina di Aiuto https://www.wapsender.com/#contact
URL della Pagina della Politica sulla Privacy https://www.wapsender.com/privacy-policy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WAPSender",
    "version": "1.0",
    "description": "WhatsApp bulk message sender marketing tool. Grow your business with WAPSender.",
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "notifications",
        "http:\/\/localhost\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js",
            "\/js\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "WAPSender"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                "\/js\/download.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "manifest_version": 2
}