WAExpresso - WATexter Best Sender

Send personalized messages to your customer.

WAExpresso - WATexter Best Sender란 무엇입니까?

WAExpresso - WATexter Best Sender은(는) WA Expresso에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Send personalized messages to your customer."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

WAExpresso - WATexter Best Sender 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        WAExpresso revolutionizes the way you can send messages. Using WAExpresso, you can send personalized messages to your customers / subscribers / students or anyone without saving the contact.

Note: The extension will load only once you login to WA web, till then extension waits for the WA to load.

Core benefits
- Send Personalized message without saving contacts
- Send Attachments like Photos / Videos / PDFs and others
- Auto Delete the chat after delivery
- Send specific message like row 10 to row 20
- Run in Batches
- Download reports in Excel
- Random delay between messages
- Download Group Contacts
- Hide conversation / Profile Photos / Chat History / DP 
- Add default country code
- Filter numbers

This software is developed only for personal use and not for any other purpose.

Disclaimer:
-- This Chrome plugin is not endorsed or certified by WhatsApp Inc.
-- This software is not to be used against policies of WhatsApp Inc in any manner.
-- WAExpresso is not responsible for any kind of misuse or breach of policy of WhatsApp Inc in any manner.                    

확장 프로그램 기본 정보

이름 WAExpresso - WATexter Best Sender WAExpresso - WATexter Best Sender
ID igheekoamnhlbcfbjfldnfjedgnpcdha
공식 URL https://chromewebstore.google.com/detail/waexpresso-watexter-best/igheekoamnhlbcfbjfldnfjedgnpcdha
설명 Send personalized messages to your customer.
파일 크기 868 KB
설치 횟수 8,221
현재 버전 1.3.4
최근 업데이트 2023-03-10
출시 날짜 2020-07-05
평점 4.40/5 총 93 개의 평점
개발자 WA Expresso
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.waexpresso.com
도움말 페이지 URL https://www.waexpresso.com/faq.php
개인정보 보호 정책 페이지 URL https://www.waexpresso.com/privacypolicy.php
지원되는 언어 id,ms,de,en,fr,es,pt-BR,ru,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "manifest_version": 2,
    "description": "__MSG_extDesc__",
    "version": "1.3.4",
    "default_locale": "en",
    "homepage_url": "https:\/\/www.waexpresso.com",
    "externally_connectable": {
        "matches": [
            "*:\/\/waexpresso.com\/*",
            "*:\/\/*.waexpresso.cf\/*",
            "*:\/\/*.waexpresso.tk\/*"
        ]
    },
    "background": {
        "scripts": [
            "javascript\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_title": "__MSG_extName__",
        "default_popup": "views\/popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "css": [],
            "js": [
                "javascript\/jquery-3.5.0.min.js",
                "javascript\/wa.js"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        "contextMenus",
        "webRequest",
        "*:\/\/*.whatsapp.com\/*",
        "*:\/\/*.waexpresso.com\/*",
        "*:\/\/*.waexpresso.cf\/*",
        "*:\/\/*.waexpresso.tk\/*"
    ],
    "commands": {
        "toggle-feature": {
            "suggested_key": {
                "default": "Ctrl+Shift+W"
            },
            "description": "Send a 'toggle-feature' event"
        },
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+W",
                "mac": "MacCtrl+Shift+W"
            }
        }
    },
    "web_accessible_resources": [
        "\/_locales\/*",
        "\/images\/*",
        "\/lang\/*"
    ]
}