W.app auto bot

W.app auto bot helps you Sending multiple messages to a single user to multiple users

W.app auto bot란 무엇입니까?

W.app auto bot은(는) Info scraper에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "W.app auto bot helps you Sending multiple messages to a single user to multiple users"입니다.

확장 프로그램 스크린샷

screenshot

W.app auto bot 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        New Version Updated 22 APR 2021

WAPP AUTO BOT help you to send multiple messages to multiple time with image, text and files.

This is an unofficial enhancement for WhatsApp Web. This extension is not related to WhatsApp of WhatsApp Inc.

WA - Send Bulk Messages to your customers, contacts and prospective leads from your computer.

It is a tiny CRM that lets you run your entire customer support and sales right inside the most popular Chat App in your browser.

This extension lets you run your Business on the most popular chat App. With this, you can
1. You can send bulk messages to each customer at once while you can personalise the message with their name.
2. You can create your broadcast lists of your customers, contacts and prospective leads.
3. You can create message templates for each of your business need.
4. You can send messages to unknown phone numbers as well. They need not be on your contact list.


No more sending off messages to all your customers one by one.
No more sending of common messages to your prominent custoers. Study says, when you send a personalised message, then the conversion rate is high for sales.                    

확장 프로그램 기본 정보

이름 W.app auto bot W.app auto bot
ID ehpbofoapjlmpncafjeojdpaakgndgpd
공식 URL https://chrome.google.com/webstore/detail/wapp-auto-bot/ehpbofoapjlmpncafjeojdpaakgndgpd
설명 W.app auto bot helps you Sending multiple messages to a single user to multiple users
파일 크기 2.07 MB
설치 횟수 117
현재 버전 1.0.4
최근 업데이트 2021-04-22
출시 날짜 2021-01-20
평점 3.67/5 총 3 개의 평점
개발자 Info scraper
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://infoscraper.in/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "W.app auto bot",
    "version": "1.0.4",
    "description": "W.app auto bot helps you Sending multiple messages to a single user to multiple users",
    "permissions": [
        "downloads",
        "notifications",
        "tabs",
        "storage",
        "https:\/\/wbots.in\/api\/User\/login.php"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/default_icon_16.png",
            "24": "images\/default_icon_24.png",
            "32": "images\/default_icon_32.png",
            "48": "images\/default_icon_48.png",
            "128": "images\/default_icon_128.png"
        },
        "default_title": "W.app auto bot"
    },
    "icons": {
        "16": "images\/default_icon_16.png",
        "24": "images\/default_icon_24.png",
        "32": "images\/default_icon_32.png",
        "48": "images\/default_icon_48.png",
        "128": "images\/default_icon_128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "libs\/jquery-3.1.1.min.js",
            "js\/consts.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "libs\/jquery-3.1.1.min.js",
                "contentscript\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "images\/*"
    ],
    "manifest_version": 2
}