FOWiz - Call and SMS Manager

This is an extension for FOWiz, enables desktop notification for incoming calls and messages.

O que é FOWiz - Call and SMS Manager?

FOWiz - Call and SMS Manager é uma extensão do Chrome desenvolvida por http://cloud.fowiz.com, e sua principal característica é "This is an extension for FOWiz, enables desktop notification for incoming calls and messages.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão FOWiz - Call and SMS Manager

Baixe arquivos de extensão FOWiz - Call and SMS Manager no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome FOWiz - Call and SMS Manager FOWiz - Call and SMS Manager
ID hieibmccpcmjgdledlijkfnjajeeleka
URL Oficial https://chrome.google.com/webstore/detail/fowiz-call-and-sms-manage/hieibmccpcmjgdledlijkfnjajeeleka
Descrição This is an extension for FOWiz, enables desktop notification for incoming calls and messages.
Tamanho do Arquivo 21.82 KB
Contagem de Instalações 107
Versão Atual 1.0
Última Atualização 2013-08-25
Data de Publicação 2013-08-25
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor http://cloud.fowiz.com
Tipo de Pagamento free
Site da Extensão http://www.fowiz.com
Idiomas Suportados 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"
    ]
}