WebSMS
Send SMS text messages from your browser
WebSMS là gì?
WebSMS là một tiện ích mở rộng Chrome được phát triển bởi 21st Century Mobile, và tính năng chính của nó là "Send SMS text messages from your browser".
Ả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 WebSMS
Tải xuống các tệp mở rộng WebSMS 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
Send SMS text messages from your browser WebSMS uses our messaging platform for sending messages. Use a credit card to top-up your account and enjoy the easy way to keep in contact with customers and texting co-workers. Included features: + Create and send to recipients + Groups allows sending to multiple recipients + Replies directly in your mobile + Price list per destination country + 5 test messages Optional features: + Public groups with self managed members + Replies to e-mail + Every texting feature imaginable through API:s and our competent platform and staff
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | WebSMS |
ID | dlkemlgapokpjaccplkmkompccipfebk |
URL Chính Thức | https://chromewebstore.google.com/detail/websms/dlkemlgapokpjaccplkmkompccipfebk |
Mô tả | Send SMS text messages from your browser |
Kích Thước Tệp | 346 KB |
Số Lần Cài Đặt | 2,354 |
Phiên Bản Hiện Tại | 2.2 |
Cập Nhật Lần Cuối | 2020-10-31 |
Ngày Phát Hành | 2020-10-30 |
Đánh Giá | 3.67/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | 21st Century Mobile |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://www.21st.se/support/ |
URL Trang Chính Sách Bảo Mật | https://www.21st.se/policy-och-riktlinjer-for-tillampning-av-gdpr |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WebSMS", "description": "Send SMS text messages from your browser", "version": "2.2", "browser_action": { "default_icon": "icon-16.png", "default_title": "WebSMS", "default_popup": "widget.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+S", "mac": "Alt+S" } } }, "permissions": [ "https:\/\/mymsp.21st.se\/*" ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } } |