FOWiz - Call and SMS Manager
This is an extension for FOWiz, enables desktop notification for incoming calls and messages.
Что такое FOWiz - Call and SMS Manager?
FOWiz - Call and SMS Manager - это расширение Chrome, разработанное http://cloud.fowiz.com, и его основная функция - "This is an extension for FOWiz, enables desktop notification for incoming calls and messages.".
Снимки экрана расширения
Скачать файл CRX расширения FOWiz - Call and SMS Manager
Скачайте файлы расширений FOWiz - Call and SMS Manager в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension enables desktop notification for call and messages received on your phone via FOWiz. Setup FOWiz in 2 minutes! Step 1. Register and Login @ FOWiz Cloud - http://cloud.fowiz.com Step 2. Install and setup FOWiz on your Android™ Phone - https://play.google.com/store/apps/details?id=com.fowiz.app Step 3. Install this extension Receive instant notifications on your desktop whenever you receive call or text on your phone. Android™ is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.
Основная информация о расширении
Название | |
ID | hieibmccpcmjgdledlijkfnjajeeleka |
Официальный URL | https://chrome.google.com/webstore/detail/fowiz-call-and-sms-manage/hieibmccpcmjgdledlijkfnjajeeleka |
Описание | This is an extension for FOWiz, enables desktop notification for incoming calls and messages. |
Размер файла | 21.82 KB |
Количество установок | 107 |
Текущая Версия | 1.0 |
Последнее Обновление | 2013-08-25 |
Дата публикации | 2013-08-25 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | http://cloud.fowiz.com |
Тип оплаты | free |
Официальный сайт расширения | http://www.fowiz.com |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FOWiz - Call and SMS Manager", "version": "1.0", "description": "This is an extension for FOWiz, enables desktop notification for incoming calls and messages.", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "permissions": [ "notifications", "http:\/\/cloud.fowiz.com\/*", "cookies" ], "options_page": "options.html", "background": { "scripts": [ "background.js" ] }, "manifest_version": 2, "web_accessible_resources": [ "48.png" ] } |