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ファイルをダウンロード

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.                    

拡張機能の基本情報

名前 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"
    ]
}