SMSee - SMS on PC
SMSee Chrome Extension notifies you of all received SMS messages, incoming phone calls and notifications from your phones.
Что такое SMSee - SMS on PC?
SMSee - SMS on PC - это расширение Chrome, разработанное https://www.smsee.net, и его основная функция - "SMSee Chrome Extension notifies you of all received SMS messages, incoming phone calls and notifications from your phones.".
Снимки экрана расширения
Скачать файл CRX расширения SMSee - SMS on PC
Скачайте файлы расширений SMSee - SMS on PC в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Основная информация о расширении
Название | |
ID | fnmkhchopkmelgcnjpfflkjghgaalmod |
Официальный URL | https://chrome.google.com/webstore/detail/smsee-sms-on-pc/fnmkhchopkmelgcnjpfflkjghgaalmod |
Описание | SMSee Chrome Extension notifies you of all received SMS messages, incoming phone calls and notifications from your phones. |
Размер файла | 139 KB |
Количество установок | 1,989 |
Текущая Версия | 1.0.26 |
Последнее Обновление | 2016-04-26 |
Дата публикации | 2016-04-26 |
Рейтинг | 1.88/5 Всего 8 оценок |
Разработчик | https://www.smsee.net |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://www.smsee.net/ |
URL страницы помощи | https://www.smsee.net/faq.html |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SMSee - SMS on PC", "short_name": "SMSee Chrome Extension", "version": "1.0.26", "manifest_version": 2, "description": "SMSee Chrome Extension notifies you of all received SMS messages, incoming phone calls and notifications from your phones.", "homepage_url": "https:\/\/www.smsee.net\/", "icons": { "48": "gfx\/res\/mipmap-mdpi\/ic_launcher.png", "72": "gfx\/res\/mipmap-hdpi\/ic_launcher.png", "96": "gfx\/res\/mipmap-xhdpi\/ic_launcher.png" }, "browser_action": { "default_title": "SMSee" }, "background": { "scripts": [ "smsee.js" ] }, "permissions": [ "tabs", "gcm", "storage", "notifications", "https:\/\/www.smsee.net\/" ], "externally_connectable": { "matches": [ "https:\/\/www.smsee.net\/*" ] } } |