SLTD WA Sender
WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more
SLTD WA Sender là gì?
SLTD WA Sender là một tiện ích mở rộng Chrome được phát triển bởi So Lets Talk Digital, và tính năng chính của nó là "WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more".
Ả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 SLTD WA Sender
Tải xuống các tệp mở rộng SLTD WA Sender 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SLTD WA Sender |
ID | gmcihcjojmjkmgbfndodiafhhgeakdea |
URL Chính Thức | https://chromewebstore.google.com/detail/empty-title/gmcihcjojmjkmgbfndodiafhhgeakdea |
Mô tả | WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more |
Kích Thước Tệp | 4.58 MB |
Số Lần Cài Đặt | 233 |
Phiên Bản Hiện Tại | 2.0.32 |
Cập Nhật Lần Cuối | 2023-09-07 |
Ngày Phát Hành | 2022-10-19 |
Nhà Phát Triển | So Lets Talk Digital |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://soletstalkapp.com/ |
URL Trang Trợ Giúp | https://soletstalkapp.com/contact |
URL Trang Chính Sách Bảo Mật | https://soletstalkapp.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SLTD WA Sender", "version": "2.0.32", "description": "WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more", "background": { "service_worker": "service-worker.js" }, "content_scripts": [ { "matches": [ "*:\/\/web.whatsapp.com\/*" ], "js": [ "contentmin.js" ] } ], "action": { "default_title": "WASender", "default_popup": "popup.html" }, "permissions": [ "storage" ], "manifest_version": 3, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "web_accessible_resources": [ { "resources": [ "css\/lib.css", "\/img\/*", "flmin.js" ], "matches": [ "*:\/\/web.whatsapp.com\/*" ] } ] } |