WhatSender
Marketing message sender for Whatsapp
WhatSender là gì?
WhatSender là một tiện ích mở rộng Chrome được phát triển bởi https://what-sender.com, và tính năng chính của nó là "Marketing message sender for Whatsapp".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng WhatSender
Tải xuống các tệp mở rộng WhatSender dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
What-Sender te ofrece una manera sencilla y económica de enviar miles de mensajes de WhatsApp en un solo clic, ya sea desde tu cuenta personal o empresarial. ¡Ahora compatible con WhatsApp Web incluso sin conexión! - Envío de mensajes masivos a través de WhatsApp - Envío de adjuntos y personalización - Listas de difusión de WhatsApp - Crear un grupo en WhatsApp sin agregar contactos - Automatización para WhatsApp Business - Consigue nuevos clientes y expande tu negocio con unos sencillos pasos: Accede a https://web.whatsapp.com/ Vincula tu cuenta de WhatsApp escaneando el código QR. Activa la extensión WhatSender, escribe tu mensaje e introduce los números de teléfono de los destinatarios. ¡No te olvides de añadir el prefijo internacional! What-Sender offers you a simple and inexpensive way to send thousands of WhatsApp messages in a single click, from your personal or business account. Now compatible with WhatsApp Web, even offline! - Bulk messaging through WhatsApp - Sending Attachments and Customization - WhatsApp broadcast lists - Create a WhatsApp group without adding contacts - Automate WhatsApp Business - Get new customers and expand your business with a few simple steps: Go to https://web.whatsapp.com/ Link your WhatsApp account by scanning the QR code. Start the WhatSender extension, write your message, and enter the phone numbers of the recipients. Don't forget to include the international prefix!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | WhatSender |
ID | hcddckfgihadahfdiefinmneegaoehdh |
URL Chính Thức | https://chromewebstore.google.com/detail/whatsender/hcddckfgihadahfdiefinmneegaoehdh |
Mô tả | Marketing message sender for Whatsapp |
Kích Thước Tệp | 1.67 MB |
Số Lần Cài Đặt | 42,085 |
Phiên Bản Hiện Tại | 2.0.8 |
Cập Nhật Lần Cuối | 2024-02-14 |
Ngày Phát Hành | 2021-04-07 |
Đánh Giá | 4.12/5 Tổng số 109 Đánh Giá |
Nhà Phát Triển | https://what-sender.com |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://what-sender.com/ |
URL Trang Trợ Giúp | https://what-sender.com/faq |
URL Trang Chính Sách Bảo Mật | https://support.what-sender.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "WhatSender", "version": "2.0.8", "description": "Marketing message sender for Whatsapp", "homepage_url": "https:\/\/what-sender.com", "icons": { "16": "assets\/icons\/16s.png", "32": "assets\/icons\/32s.png", "48": "assets\/icons\/48s.png", "128": "assets\/icons\/128.png" }, "permissions": [ "clipboardWrite", "clipboardRead", "tabs", "storage", "notifications", "unlimitedStorage", "activeTab" ], "host_permissions": [ "https:\/\/what-sender.com\/", "https:\/\/web.whatsapp.com\/" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "css": [ "content.css" ], "matches": [ "*:\/\/web.whatsapp.com\/*" ], "js": [ "jquery.js", "content.js", "inject.js" ], "run_at": "document_end" } ], "action": { "default_popup": "index.html" }, "web_accessible_resources": [ { "resources": [ "\/images\/box.jpg", "inject.js", "countryCodes.json", "\/assets\/*" ], "matches": [ " |