WAP Sender

Send single or bulk messages without saving numbers.

What is WAP Sender?

WAP Sender is a Chrome extension developed by The Digitalify, and its main feature is "Send single or bulk messages without saving numbers.".

Extension Screenshots

screenshot

Download WAP Sender Extension CRX File

Download WAP Sender extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Helps to generate the business lead.                    

Extension Basic Information

Name WAP Sender WAP Sender
ID gnnbicblnglgjplblalhlhoieedcpkph
Official URL https://chromewebstore.google.com/detail/wap-sender/gnnbicblnglgjplblalhlhoieedcpkph
Description Send single or bulk messages without saving numbers.
File Size 794 KB
Installation Count 4,701
Current Version 1.0.0
Last Updated 2020-11-28
Publish Date 2020-11-27
Rating 2.33/5 Total 3 Ratings
Developer The Digitalify
Email [email protected]
Payment Type free
Extension Website https://thedigitalify.com/
Help Page URL https://thedigitalify.com/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WAP Sender",
    "version": "1.0.0",
    "description": "Send single or bulk messages without saving numbers.",
    "background": {
        "scripts": [
            "backgroundmin.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "contentmin.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "WAP Sender"
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 2,
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    }
}