Whatsapp Scheduler
Schedule customized messages for your customers.
Whatsapp Scheduler là gì?
Whatsapp Scheduler là một tiện ích mở rộng Chrome được phát triển bởi opsJson, và tính năng chính của nó là "Schedule customized messages for your customers.".
Ả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 Whatsapp Scheduler
Tải xuống các tệp mở rộng Whatsapp Scheduler 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
Schedule customizable messages for your customers on Whatsapp! With this extension, you will be able to schedule messages to be delivered at the date and time you want. Your messages will follow a template defined by you, you will define the text and variables, which can be filled in on the scheduling screen. You can send a photo, video, audio, PDF and any other file along with your message! You will be able to track which messages are yet to be sent and which messages have already been sent.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Whatsapp Scheduler |
ID | pfffeiaafoehkmfjdnpdmoaikadfgdff |
URL Chính Thức | https://chromewebstore.google.com/detail/whatsapp-scheduler/pfffeiaafoehkmfjdnpdmoaikadfgdff |
Mô tả | Schedule customized messages for your customers. |
Kích Thước Tệp | 138 KB |
Số Lần Cài Đặt | 75 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2024-01-15 |
Ngày Phát Hành | 2024-01-15 |
Nhà Phát Triển | opsJson |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Whatsapp Scheduler", "description": "__MSG_description__", "version": "1.1", "icons": { "16": "icons\/16.png", "38": "icons\/38.png", "64": "icons\/64.png", "128": "icons\/128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "js": [ "injector.js" ] } ], "action": { "default_popup": "pages\/index.html" }, "background": { "service_worker": "service_worker.js" }, "web_accessible_resources": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "resources": [ "injected\/WPP.js", "injected\/script.js" ] } ], "permissions": [ "storage", "unlimitedStorage", "tabs" ] } |