WebSMS
Send SMS text messages from your browser
What is WebSMS?
WebSMS is a Chrome extension developed by 21st Century Mobile, and its main feature is "Send SMS text messages from your browser".
Extension Screenshots
Download WebSMS Extension CRX File
Download WebSMS extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | WebSMS |
ID | dlkemlgapokpjaccplkmkompccipfebk |
Official URL | https://chromewebstore.google.com/detail/websms/dlkemlgapokpjaccplkmkompccipfebk |
Description | Send SMS text messages from your browser |
File Size | 346 KB |
Installation Count | 2,354 |
Current Version | 2.2 |
Last Updated | 2020-10-31 |
Publish Date | 2020-10-30 |
Rating | 3.67/5 Total 6 Ratings |
Developer | 21st Century Mobile |
[email protected] | |
Payment Type | free |
Help Page URL | https://www.21st.se/support/ |
Privacy Policy Page URL | https://www.21st.se/policy-och-riktlinjer-for-tillampning-av-gdpr |
Supported Languages | 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" } } |