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 |
官方網址 | 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" ] } |