FOWiz - Call and SMS Manager
This is an extension for FOWiz, enables desktop notification for incoming calls and messages.
FOWiz - Call and SMS Manager là gì?
FOWiz - Call and SMS Manager là một tiện ích mở rộng Chrome được phát triển bởi http://cloud.fowiz.com, và tính năng chính của nó là "This is an extension for FOWiz, enables desktop notification for incoming calls and messages.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng FOWiz - Call and SMS Manager
Tải xuống các tệp mở rộng FOWiz - Call and SMS Manager dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hieibmccpcmjgdledlijkfnjajeeleka |
URL Chính Thức | https://chrome.google.com/webstore/detail/fowiz-call-and-sms-manage/hieibmccpcmjgdledlijkfnjajeeleka |
Mô tả | This is an extension for FOWiz, enables desktop notification for incoming calls and messages. |
Kích Thước Tệp | 21.82 KB |
Số Lần Cài Đặt | 107 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2013-08-25 |
Ngày Phát Hành | 2013-08-25 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | http://cloud.fowiz.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.fowiz.com |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |