ABC WA Bulk Sender

ABC Bulk Sender - Send Messages, Attachments, Personalized Message, auto reply and more.

Τι είναι το ABC WA Bulk Sender;

Το ABC WA Bulk Sender είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Digital Solutions, και η κύρια λειτουργία του είναι "ABC Bulk Sender - Send Messages, Attachments, Personalized Message, auto reply and more.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης ABC WA Bulk Sender

Λήψη αρχείων επέκτασης ABC WA Bulk Sender σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        ABC Bulk Messaging - Send Messages, Attachments, Personalized Message, Smart auto replies and more.

Using this extension, a user can send WA messages to multiple contacts. Messages can be customized to include custom fields like name, email, scores or any variable. User would be able to do the same by uploading excel sheet also which contains user's contact over which custom messages needs to be sent.

Features:
- Grow Your Business By Sending Bulk Messages To Saved/Unsaved Contacts.  
- Upload CSV files of contacts
- Send Message Without Saving Contacts
- Send Links, Pictures, Documents, Videos and Contacts.
- Add Contacts Manually or Copy-Paste or upload a CSV
- Allows You To Download Group Contacts.
- Download Delivery Report  
- Option to customize time delay between messages
- Real time update via notifications
- Real time preview of uploaded CSV of numbers
- Message Formatting (BOLD italic strikethrough & EMOJI).
- Sends Multiple Links To your customers For Direct Offers.
- Send Message In Single Click to all your customers
- Send Customize Greetings/Wishes/Customer Connect. Helps You To Retain Customers.  
- Customer Support 24X7.
- No Software Installation Needed.
- Highly User Friendly.
- Auto Responder
- Extremely lightweight and fast                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ABC WA Bulk Sender ABC WA Bulk Sender
ID mheheijnpgaganpkfjlekhjlidbegnfa
Επίσημο URL https://chromewebstore.google.com/detail/abc-wa-bulk-sender/mheheijnpgaganpkfjlekhjlidbegnfa
Περιγραφή ABC Bulk Sender - Send Messages, Attachments, Personalized Message, auto reply and more.
Μέγεθος Αρχείου 4.89 MB
Αριθμός Εγκαταστάσεων 266
Τρέχουσα Έκδοση 5.3.3
Τελευταία Ενημέρωση 2024-02-19
Ημερομηνία Δημοσίευσης 2021-11-14
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Digital Solutions
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://wabulksender.in
URL της Σελίδας Πολιτικής Απορρήτου https://wabulksender.in/privacy.html
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ABC WA Bulk Sender",
    "description": "ABC Bulk Sender - Send Messages, Attachments, Personalized Message, auto reply and more.",
    "version": "5.3.3",
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "wacontent.js"
            ]
        }
    ],
    "action": {
        "default_title": "ABC WA Bulk Sender",
        "default_popup": "wapopup.html"
    },
    "permissions": [
        "storage",
        "identity",
        "identity.email"
    ],
    "host_permissions": [
        "*:\/\/reseller.digitalirshad.com\/*"
    ],
    "manifest_version": 3,
    "icons": {
        "16": "img\/main-icon.png",
        "22": "img\/main-icon.png",
        "32": "img\/main-icon.png",
        "48": "img\/main-icon.png",
        "128": "img\/main-icon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/walib.css",
                "\/img\/*",
                "flmin.js"
            ],
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ]
        }
    ]
}