WebSMS
Send SMS text messages from your browser
Что такое WebSMS?
WebSMS - это расширение Chrome, разработанное 21st Century Mobile, и его основная функция - "Send SMS text messages from your browser".
Снимки экрана расширения
Скачать файл CRX расширения WebSMS
Скачайте файлы расширений 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"
}
} | |