Prime Sender - WhatsApp Message Sender

Free Whatsapp Web sender to send messages, attachments and much more...

Prime Sender - WhatsApp Message Sender란 무엇입니까?

Prime Sender - WhatsApp Message Sender은(는) https://prime-sender.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Free Whatsapp Web sender to send messages, attachments and much more..."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Prime Sender - WhatsApp Message Sender 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Prime Sender allows you to broadcast personalised messages to your clients on WhatsApp for free! That way, you can send greetings, offers and subscription reminders to your clients!

Send personalised messages on WhatsApp!

Prime Sender is the best google chrome extension for WhatsApp Web to send messages, attachments and much more. It is the currently the highest rated and the best tool for marketing on the chrome webstore. Download now!



Basic Features FREE FOREVER!

Features:
✅ Free Broadcast messages on WhatsApp
✅ Customisation of messages on WhatsApp
✅ Send messages via excel sheet
✅ Add attachment
✅ Add caption
✅ Save Message Template
✅ Save campaign details to reuse later
✅ Detailed delivery report  
✅ Extremely swift and quick customer service
✅ Schedule
✅ Business Chat Link for your website
✅ Respond to your customers with quick replies
✅ Real time update via notifications
✅ No Software Installation Needed
✅ Highly User Friendly


What makes us different?
👍 Basic features FREE FOREVER!
👍 No limitation
👍 Fairly intuitive and easy to use
👍 Affordable premium features
👍 Much more utility features at a better price than competition
👍 24x7 Live Customer Support


We are not related in any way to the bulk WhatsApp message extensions or automation tools


By downloading the extension, you agree to our Terms of Service and Privacy Policy                    

확장 프로그램 기본 정보

이름 Prime Sender - WhatsApp Message Sender Prime Sender - WhatsApp Message Sender
ID klfaghfflijdgoljefdlofkoinndmpia
공식 URL https://chromewebstore.google.com/detail/prime-sender-whatsapp-mes/klfaghfflijdgoljefdlofkoinndmpia
설명 Free Whatsapp Web sender to send messages, attachments and much more...
파일 크기 12.41 MB
설치 횟수 52,408
현재 버전 3.8.26
최근 업데이트 2024-03-01
출시 날짜 2020-12-19
평점 4.65/5 총 1150 개의 평점
개발자 https://prime-sender.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://prime-sender.com
도움말 페이지 URL https://tinyurl.com/Prime-Sender-Support
개인정보 보호 정책 페이지 URL https://prime-sender.com/privacy-policy
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "manifest_version": 3,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Prime Sender - WhatsApp Message Sender",
    "version": "3.8.26",
    "default_locale": "en",
    "description": "__MSG_Description__",
    "icons": {
        "16": "logo\/small.png",
        "48": "logo\/medium.png",
        "128": "logo\/large.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "js\/library\/jquery.js",
                "js\/data.js",
                "js\/ga-code.js",
                "js\/translate.js",
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/js\/inject.js",
                "\/logo\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Prime Sender"
    },
    "permissions": [
        "bookmarks",
        "storage",
        "unlimitedStorage",
        "notifications",
        "tabs",
        "identity",
        "identity.email"
    ]
}