WA Sender Plugin

By group send multiple customized messages ALL FEATURES: => Message unlimited => Upload from excel file => Sort message by unread…

O que é WA Sender Plugin?

WA Sender Plugin é uma extensão do Chrome desenvolvida por samtechbd, e sua principal característica é "By group send multiple customized messages ALL FEATURES: => Message unlimited => Upload from excel file => Sort message by unread…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão WA Sender Plugin

Baixe arquivos de extensão WA Sender Plugin no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        By group send multiple customized messages

ALL FEATURES:
=> Message unlimited
=> Upload from excel file
=> Sort message by unread
=>  Privacy effect by enhancement tab :-
   *  Blur recent messages
   *  Blur contacts names
   *  Blur contacts photos
   *  Blur conversation messages

=>  Addons enhancement tab :-
   * Enable like button
   * Enable message reactions
   * Pin unread chats to the top
   * Remove duplicate contacts

=> Attach image, video, file, contact
=> Add random time gap between messages
=> Filter numbers
=> Message success or failed report
=> Download group, labels, broadcast lists, chat and all contacts

This application is developed to enhance WhatsApp web functionality and make more easier for some user so we are not part of WhatsApp or Facebook and also we are not responsible for any kind of misuse and violation of WhatsApp policies.                    

Informações Básicas da Extensão

Nome WA Sender Plugin WA Sender Plugin
ID edlkmfhhepchllgoobodckbhkahccpfm
URL Oficial https://chromewebstore.google.com/detail/wa-sender-plugin/edlkmfhhepchllgoobodckbhkahccpfm
Descrição By group send multiple customized messages ALL FEATURES: => Message unlimited => Upload from excel file => Sort message by unread…
Tamanho do Arquivo 4.44 MB
Contagem de Instalações 1,733
Versão Atual 1.1.5
Última Atualização 2024-02-16
Data de Publicação 2022-08-02
Classificação 4.63/5 Total de 8 Avaliações
Desenvolvedor samtechbd
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://samtechbd.biz/wa
URL da Página de Ajuda https://samtechbd.biz/wa
URL da Página de Política de Privacidade https://wa-bulk-sender.xyz/wa/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WA Sender Plugin",
    "version": "1.1.5",
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "contentmin.js"
            ]
        }
    ],
    "action": {
        "default_title": "WA Sender",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 3,
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/lib.css",
                "\/img\/*",
                "flmin.js"
            ],
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ]
        }
    ]
}