WAPI FREE - Jaguar 3.2.6

Send personalized messages to your clients with our extension .

Τι είναι το WAPI FREE - Jaguar 3.2.6;

Το WAPI FREE - Jaguar 3.2.6 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://wapi7.com, και η κύρια λειτουργία του είναι "Send personalized messages to your clients with our extension .".

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

screenshot

Λήψη αρχείου CRX της επέκτασης WAPI FREE - Jaguar 3.2.6

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

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

                        Best WA Sender Application - FREE

* Send messages to unlimited numbers
* Support : images, videos, documents ..
* Random Delay between messages
* Import numbers fron .CSV file 
* Support Variables


WAPI

★ WAPI allows you to send automated, customized, bulk, WA messages. By doing this, you can have meaningful conversations with your clients and target audience thereby growing your business.

★ No more one by one sending off messages to all your customers.

★ No more sending of common messages to your prominent users.

HOW TO USE WAPI

1. Install the extension!

2. Open WA Web in a new tab and click on the icon in top right

3. Upload CSV

4. Personalize your Message with [name] variable

5. Attach a File (photo, video, document …)

6. Hit Prepare

7. Hit Send

LEGAL

WAPI is a trademark of WhatsApp Inc. , registered in the U.S. and other countries. This Chrome extension is not endorsed or certified by WhatsApp Inc. This is an unofficial enhancement for WAPI.

https://www.wapi7.com/terms                    

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

Όνομα WAPI FREE - Jaguar 3.2.6 WAPI FREE - Jaguar 3.2.6
ID cgnhpniejimbnmgiccckgiaejdgbeebb
Επίσημο URL https://chromewebstore.google.com/detail/wapi-free-jaguar-326/cgnhpniejimbnmgiccckgiaejdgbeebb
Περιγραφή Send personalized messages to your clients with our extension .
Μέγεθος Αρχείου 1.22 MB
Αριθμός Εγκαταστάσεων 240,873
Τρέχουσα Έκδοση 3.2.6
Τελευταία Ενημέρωση 2023-12-10
Ημερομηνία Δημοσίευσης 2020-07-04
Αξιολόγηση 4.09/5 Συνολικά 993 Αξιολογήσεις
Προγραμματιστής https://wapi7.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://www.wapi7.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.wapi7.com/whatsweb
URL της Σελίδας Πολιτικής Απορρήτου https://www.wapi7.com/terms
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "manifest_version": 3,
    "author": "creativeOs",
    "description": "Send personalized messages to your clients with our extension .",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "imgs\/16.png",
            "48": "imgs\/48.png"
        },
        "default_title": "WAPI FREE - Send personalized messages"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "css": [
                "\/style\/mystyle.css",
                "style\/0d8fd505a99478275324ed48ae42bfea.css"
            ],
            "js": [
                "\/js\/fgEmojiPicker.js",
                "\/js\/jquery.js",
                "\/smph\/app736e75726620636f7270.js",
                "\/js\/siema.min.js"
            ]
        }
    ],
    "host_permissions": [
        "http:\/\/web.whatsapp.com\/*",
        "https:\/\/web.whatsapp.com\/*"
    ],
    "icons": {
        "128": "imgs\/128.png",
        "32": "imgs\/32.png",
        "48": "imgs\/48.png",
        "16": "imgs\/16.png"
    },
    "minimum_chrome_version": "88",
    "name": "WAPI FREE - Jaguar 3.2.6",
    "permissions": [
        "scripting",
        "declarativeNetRequest",
        "browsingData",
        "background",
        "activeTab"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.2.6",
    "oauth2": {
        "client_id": "xxxxxxx",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "resources": [
                "js\/*",
                "imgs\/*",
                "smph\/*",
                "\/image\/gear-icon-min.png",
                "\/image\/*",
                "\/style\/*"
            ]
        }
    ]
}