Three Labs Sender tool
three labs: send messages, attachments, personalized messages, smart autoresponders and more.
Three Labs Sender tool là gì?
Three Labs Sender tool là một tiện ích mở rộng Chrome được phát triển bởi https://metjetsac.com, và tính năng chính của nó là "three labs: send messages, attachments, personalized messages, smart autoresponders and 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 Three Labs Sender tool
Tải xuống các tệp mở rộng Three Labs Sender tool 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
Add enhancements to your WhatsApp Web and increase productivity using Web Sender. Web Sender is the best google chrome extension to enhance your experience on WhatsApp Web. It is the currently the highest rated and the best web sender on the chrome webstore. Download now!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Three Labs Sender tool |
ID | lckiiddcfckdpkigjecibamllmdnempd |
URL Chính Thức | https://chromewebstore.google.com/detail/three-labs-sender-tool/lckiiddcfckdpkigjecibamllmdnempd |
Mô tả | three labs: send messages, attachments, personalized messages, smart autoresponders and more. |
Kích Thước Tệp | 3.28 MB |
Số Lần Cài Đặt | 91 |
Phiên Bản Hiện Tại | 1.0.8 |
Cập Nhật Lần Cuối | 2024-02-15 |
Ngày Phát Hành | 2023-04-20 |
Nhà Phát Triển | https://metjetsac.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://metjetsac.com/ |
URL Trang Chính Sách Bảo Mật | https://metjetsac.com/Privacy |
Ngôn Ngữ Được Hỗ Trợ | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Three Labs Sender tool", "version": "1.0.8", "description": "three labs: send messages, attachments, personalized messages, smart autoresponders and more.", "icons": { "16": "img\/main-icon.png", "22": "img\/main-icon.png", "32": "img\/main-icon.png", "48": "img\/main-icon.png", "128": "img\/main-icon.png" }, "author": "metjetsac.com", "host_permissions": [ "https:\/\/metjetsac.com\/" ], "short_name": "Three Labs Sender tool", "permissions": [ "storage" ], "homepage_url": "https:\/\/metjetsac.com\/", "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "js": [ "metjetcontent.js" ] } ], "web_accessible_resources": [ { "matches": [ "https:\/\/*\/*" ], "resources": [ "css\/metjetlib.css", "\/img\/*", "flmin.js", "jquery.js" ] } ], "background": { "service_worker": "metjetbackground.js" }, "action": { "default_title": "Three Labs Sender tool", "default_popup": "metjetpopup.html" } } |