WApp-Sender

WApp-Sender Easy and Powerful tool for broadcasting multiple Messages, Pictures, Documents and Videos.

Τι είναι το WApp-Sender;

Το WApp-Sender είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.wapp-sender.com, και η κύρια λειτουργία του είναι "WApp-Sender Easy and Powerful tool for broadcasting multiple Messages, Pictures, Documents and Videos.".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης WApp-Sender

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

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

                        FEATURES :-

- Grow Your Business By Sending WhatsApp Messages To Saved/Unsaved Contacts.  
- Develop a more direct connection with your customers with personalized messages.
- Create/Save Custom or personalized messages.
- Upload TEXT/CSV File For Contacts.
- Send Message Without Saving Numbers (Without Broadcast Restriction).
- Send Links, Pictures, Documents, Videos and Contacts.
- Add Contacts By Manually, Copy-Paste, CSV or TEXT file.
- Pause, Resume and Cancel Sending At Any Time.
- Allows You To Customize Time Delay Between Messages.
- Allows You To Download Group Contacts.
- Validate/Filter Contacts Which Is Not On WhatsApp .
- Download Sending And Validation Report  
- Message Formatting (*BOLD* _italic_ ~strikethrough~ & 
  EMOJI).
- Unsubscribe/Subscribe Notifications.
- Sends Multiple Links To your Clients For Direct Offers.
- Send Message In Single Click And Do Your Other Work, We Will Take Care For 
  Sending.
- Multilingual Support For All Major Languages.
- Send Greetings/Wishes/Customer Connect Helps You To Retain Customers.  
- Best Customer Support 24X7.
- No Software Installation Needed.
- Highly User Friendly.

STEP TO DOWNLOAD AND START :-

1. Download extension and add into google chrome browser.
2. Pin extension in browser.
3. Click on extension icon at right most side of address bar(Home page will open in extension).
4. Click on GET STARTED button, it will open https://web.whatsapp.com/.
5. Login to your WhatsApp web.
6. Click again on extension icon to start using WApp-Sender.

References:
https://support.google.com/chrome_webstore/answer/2664769?hl=en

GUIDELINES TO USE CUSTOM / PERSONALIZED MESSAGE TEMPLATES:

1.Create generic message and put variable part in "{{}}". Example: Hello {{Name}} 😀.
2.Enter unique Template Name in text box and save.
3.Go to "Use Custom Template".
4.Select Template from drop down.
5.Download File, fill it and upload CSV.
6.Send Message.

GUIDELINES FOR MULTI ATTACHMENT FEATURE :-

1. Make Sure only "send to be message/attachment", is present on sender chat box (delete other message/attachments). 
2. If group of attachment is created, then open every pic by one by (so that it will load and ready for forwarding).
3. Make Sure "Double Tick" and "Forward" icon is present on messages to be forwarded.
4. Make Sure your phone is properly connected with internet. 

GUIDELINES FOR GROUP GRABBER FEATURE :-

1. Select Group on which you want to download contacts, chat window will open for this group. Now open WApp-Sender Extension "Download Group Contact" button activated. Press for downloads. 


YOUTUBE VIDEO TUTORIALS :-

1. Free License Guide
https://www.youtube.com/watch?v=noIRaBEb8kw
2. Paid License Guide
https://www.youtube.com/watch?v=qdvSUvo4Rzc


DISCLAIMER :-
Wapp-Sender Chrome Extension Is Not Affiliated Or Part Of WhatsApp. WhatsApp and their logos are trademarks of WhatsApp. All rights reserved. The copyright for WhatsApp and all associated names is held by WhatsApp.

Visit: https://www.wapp-sender.com

Note: 
1.We don't store or save any messages on our server, so that your data is safe with you only.                    

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

Όνομα WApp-Sender WApp-Sender
ID fdbfgpmppgpalimbgfpcfaaailodcdfa
Επίσημο URL https://chrome.google.com/webstore/detail/wapp-sender/fdbfgpmppgpalimbgfpcfaaailodcdfa
Περιγραφή WApp-Sender Easy and Powerful tool for broadcasting multiple Messages, Pictures, Documents and Videos.
Μέγεθος Αρχείου 747 KB
Αριθμός Εγκαταστάσεων 4,000
Τρέχουσα Έκδοση 5.0.1
Τελευταία Ενημέρωση 2021-08-08
Ημερομηνία Δημοσίευσης 2020-09-30
Αξιολόγηση 3.48/5 Συνολικά 23 Αξιολογήσεις
Προγραμματιστής https://www.wapp-sender.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://www.wapp-sender.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://t.me/WAppSender
URL της Σελίδας Πολιτικής Απορρήτου https://www.wapp-sender.com/privacy-policy
Υποστηριζόμενες Γλώσσες id,en,fr,tr,es,pt-BR,ru,hi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "5.0.1",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "notifications",
        "storage",
        "https:\/\/www.wapp-sender.online\/*",
        "https:\/\/ipinfo.io\/*"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "view\/popup.html",
        "default_title": "WApp-Sender"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/web.whatsapp.com\/*",
                "https:\/\/wa.me\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}