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."입니다.

확장 프로그램 스크린샷

screenshot

FOWiz - Call and SMS Manager 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 FOWiz - Call and SMS Manager FOWiz - Call and SMS Manager
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"
    ]
}