WA Sender Plugin

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

WA Sender Plugin란 무엇입니까?

WA Sender Plugin은(는) samtechbd에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "By group send multiple customized messages ALL FEATURES: => Message unlimited => Upload from excel file => Sort message by unread…"입니다.

확장 프로그램 스크린샷

screenshot

WA Sender Plugin 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 WA Sender Plugin WA Sender Plugin
ID edlkmfhhepchllgoobodckbhkahccpfm
공식 URL https://chromewebstore.google.com/detail/wa-sender-plugin/edlkmfhhepchllgoobodckbhkahccpfm
설명 By group send multiple customized messages ALL FEATURES: => Message unlimited => Upload from excel file => Sort message by unread…
파일 크기 4.44 MB
설치 횟수 1,733
현재 버전 1.1.5
최근 업데이트 2024-02-16
출시 날짜 2022-08-02
평점 4.63/5 총 8 개의 평점
개발자 samtechbd
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://samtechbd.biz/wa
도움말 페이지 URL https://samtechbd.biz/wa
개인정보 보호 정책 페이지 URL https://wa-bulk-sender.xyz/wa/privacy
지원되는 언어 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\/*"
            ]
        }
    ]
}