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 |
| Eメール | [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"
}
} | |