Pro Sender - Free Bulk Message Sender

Connect with your customers and grow your business with WhatsApp enhancement tool

Apa itu Pro Sender - Free Bulk Message Sender?

Pro Sender - Free Bulk Message Sender adalah ekstensi Chrome yang dikembangkan oleh https://www.pro-sender.com, dan fitur utamanya adalah "Connect with your customers and grow your business with WhatsApp enhancement tool".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Pro Sender - Free Bulk Message Sender

Unduh file ekstensi Pro Sender - Free Bulk Message Sender dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Pro Sender is a completely FREE extension to connect with your customers by sending bulk messaging for Free

Features:
✅ Completely FREE
✅ Send personalised messages
✅ Customisation
✅ No need to save contact
✅ Add attachment
✅ Add time interval and batching
✅ Allows you to download Advance Group Contacts.
✅ Download delivery report  
✅ Extremely swift and quick customer service
✅ Schedule
✅ CSV Upload
✅ Business Chat Link for your website
✅ Respond to your customers with quick replies
✅ Real time update via notifications
✅ Real time preview of uploaded CSV of numbers
✅ No Software Installation Needed
✅ Highly User Friendly


What makes us different?
👍 Complete Free - No charges
👍 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


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

Informasi Dasar Ekstensi

Nama Pro Sender - Free Bulk Message Sender Pro Sender - Free Bulk Message Sender
ID acfobeeedjdiifcjlbjgieijiajmkang
URL Resmi https://chromewebstore.google.com/detail/pro-sender-free-bulk-mess/acfobeeedjdiifcjlbjgieijiajmkang
Deskripsi Connect with your customers and grow your business with WhatsApp enhancement tool
Ukuran File 455 KB
Jumlah Instalasi 7,000
Versi Saat Ini 4.1.18
Terakhir Diperbarui 2024-03-01
Tanggal Publikasi 2022-07-07
Penilaian 4.75/5 Total 174 Penilaian
Pengembang https://www.pro-sender.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.pro-sender.com
URL Halaman Bantuan https://tinyurl.com/ProSenderSupport
URL Halaman Kebijakan Privasi https://wave-owl-cfb.notion.site/Privacy-Policy-5ccf82640ee549c28c4bbcf6ed2d125a
Bahasa yang Didukung id,en,en-US,es,pt-BR,hi
manifest.json
{
    "manifest_version": 3,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pro Sender - Free Bulk Message Sender",
    "version": "4.1.18",
    "default_locale": "en",
    "description": "__MSG_Desc__",
    "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\/ga-code.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": "Pro Sender"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "notifications",
        "tabs",
        "identity",
        "identity.email"
    ]
}