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 |
| 官方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"
}
} | |