WAPSender

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

Wat is WAPSender?

WAPSender is een Chrome-extensie ontwikkeld door https://wapsender.com, en de belangrijkste functie is "WhatsApp bulk message sender marketing tool. Grow your business with WAPSender.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie WAPSender

Download WAPSender-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam WAPSender WAPSender
ID bkdopcenbhbpblgpmpkodjpdfohhdpjc
Officiële URL https://chromewebstore.google.com/detail/wapsender/bkdopcenbhbpblgpmpkodjpdfohhdpjc
Beschrijving WhatsApp bulk message sender marketing tool. Grow your business with WAPSender.
Bestandsgrootte 346 KB
Aantal Installaties 45,881
Huidige Versie 1.0
Laatst Bijgewerkt 2023-06-18
Publicatiedatum 2020-08-18
Beoordeling 3.68/5 Totaal 34 Beoordelingen
Ontwikkelaar https://wapsender.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.wapsender.com/
Help Pagina-URL https://www.wapsender.com/#contact
URL van de Privacybeleid Pagina https://www.wapsender.com/privacy-policy
Ondersteunde Talen 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
}