WhatsApp Web Pro Sender Vpronix Technologies
Send WhatsApp messages to a single user to multiple users in bulk without saving number.
Was ist WhatsApp Web Pro Sender Vpronix Technologies?
WhatsApp Web Pro Sender Vpronix Technologies ist eine Chrome-Erweiterung, die von Vpronix Technologies entwickelt wurde, und ihr Hauptmerkmal ist "Send WhatsApp messages to a single user to multiple users in bulk without saving number.".
Erweiterungsscreenshots
WhatsApp Web Pro Sender Vpronix Technologies-Erweiterungs-CRX-Datei herunterladen
Laden Sie WhatsApp Web Pro Sender Vpronix Technologies-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Send WhatsApp messages to a single user to multiple users in bulk without saving number. Free Bulk Whatsapp Sender Global Gym Software Application used for sending bulk Whatsapp message. Features of Free Version 1- Free Forever 2- Send Unlimited Whatsapp Text Messages Features of Pro Version 1- Allow to Send Image, Video, Text, Document 2- Allow to Send Message on Whatsapp Group 3- Allow to Extract Contact Number from Group 4- Live Support Available on Phone Call Important Note: 1.This is unofficial enhancement for Whatsapp web. 2.We don't store or save any numbers or messages on our server, so that your data is safe with you only. 3. Application working in all operating system. This Application only work in google chrome browser.
Grundlegende Informationen zur Erweiterung
Name | |
ID | eafgkkdimlakpmagdfcidfihehhfcpgi |
Offizielle URL | https://chrome.google.com/webstore/detail/whatsapp-web-pro-sender-v/eafgkkdimlakpmagdfcidfihehhfcpgi |
Beschreibung | Send WhatsApp messages to a single user to multiple users in bulk without saving number. |
Dateigröße | 1.63 MB |
Installationsanzahl | 146 |
Aktuelle Version | 1.3 |
Letztes Update | 2021-11-17 |
Veröffentlichungsdatum | 2021-11-17 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Vpronix Technologies |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://vpronix.com/p/privacy-policy1 |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "background": { "scripts": [ "libs\/jquery-3.1.1.min.js", "js\/consts.js", "js\/background.js" ] }, "browser_action": { "default_icon": { "128": "images\/default_icon_128.png", "16": "images\/default_icon_16.png", "24": "images\/default_icon_24.png", "32": "images\/default_icon_32.png", "48": "images\/default_icon_48.png" }, "default_title": "WhatsApp Web Pro Sender Vpronix Technologies" }, "content_scripts": [ { "js": [ "libs\/jquery-3.1.1.min.js", "contentscript\/content.js" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Send WhatsApp messages to a single user to multiple users in bulk without saving number.", "icons": { "128": "images\/default_icon_128.png", "16": "images\/default_icon_16.png", "24": "images\/default_icon_24.png", "32": "images\/default_icon_32.png", "48": "images\/default_icon_48.png" }, "manifest_version": 2, "name": "WhatsApp Web Pro Sender Vpronix Technologies", "permissions": [ "tabs", "downloads", "notifications", "storage", "https:\/\/sender.vpronix.com\/api\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.3", "web_accessible_resources": [ "images\/*" ] } |