WebSMS
Send SMS text messages from your browser
Vad är WebSMS?
WebSMS är en Chrome-tillägg utvecklad av 21st Century Mobile, och dess huvudfunktion är "Send SMS text messages from your browser".
Tilläggsskärmbilder
Ladda ner WebSMS-förlängningens CRX-fil
Ladda ner WebSMS-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | dlkemlgapokpjaccplkmkompccipfebk |
| Officiell webbadress | https://chromewebstore.google.com/detail/websms/dlkemlgapokpjaccplkmkompccipfebk |
| Beskrivning | Send SMS text messages from your browser |
| Filstorlek | 346 KB |
| Antal Installationer | 2,354 |
| Aktuell Version | 2.2 |
| Senast Uppdaterad | 2020-10-31 |
| Publiceringsdatum | 2020-10-30 |
| Betyg | 3.67/5 Totalt 6 Betyg |
| Utvecklare | 21st Century Mobile |
| E-post | [email protected] |
| Betalningssätt | free |
| Hjälpsida URL | https://www.21st.se/support/ |
| URL till Sekretesspolicy Sidan | https://www.21st.se/policy-och-riktlinjer-for-tillampning-av-gdpr |
| Stödda Språk | 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"
}
} | |