WebSMS
Send SMS text messages from your browser
什麼是WebSMS?
WebSMS是由21st Century Mobile開發的Chrome擴展程式,該擴展的主要功能是“Send SMS text messages from your browser”。
擴展截圖
下載WebSMS擴展crx文件
下載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 擴展基本資訊
| 名稱 | |
| ID | dlkemlgapokpjaccplkmkompccipfebk |
| 官方網址 | 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"
}
} | |