WebSMS
Send SMS text messages from your browser
WebSMSคืออะไร?
WebSMS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 21st Century Mobile และคุณลักษณะหลักของมันคือ "Send SMS text messages from your browser"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WebSMS
ดาวน์โหลดไฟล์ส่วนขยาย WebSMS ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | WebSMS |
ID | dlkemlgapokpjaccplkmkompccipfebk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/websms/dlkemlgapokpjaccplkmkompccipfebk |
คำอธิบาย | Send SMS text messages from your browser |
ขนาดไฟล์ | 346 KB |
จำนวนการติดตั้ง | 2,354 |
เวอร์ชันปัจจุบัน | 2.2 |
อัปเดตครั้งล่าสุด | 2020-10-31 |
วันที่เผยแพร่ | 2020-10-30 |
คะแนน | 3.67/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | 21st Century Mobile |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://www.21st.se/support/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.21st.se/policy-och-riktlinjer-for-tillampning-av-gdpr |
ภาษาที่รองรับ | 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" } } |