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是由http://cloud.fowiz.com开发的Chrome扩展程序,该扩展的主要功能是“This is an extension for FOWiz, enables desktop notification for incoming calls and messages.”。
扩展截图
下载FOWiz - Call and SMS Manager扩展crx文件
下载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" ] } |