FOWiz - Call and SMS Manager

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

Cos'è FOWiz - Call and SMS Manager?

FOWiz - Call and SMS Manager è un'estensione di Chrome sviluppata da http://cloud.fowiz.com, e la sua funzione principale è "This is an extension for FOWiz, enables desktop notification for incoming calls and messages.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione FOWiz - Call and SMS Manager

Scarica i file di estensione FOWiz - Call and SMS Manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome FOWiz - Call and SMS Manager FOWiz - Call and SMS Manager
ID hieibmccpcmjgdledlijkfnjajeeleka
URL Ufficiale https://chrome.google.com/webstore/detail/fowiz-call-and-sms-manage/hieibmccpcmjgdledlijkfnjajeeleka
Descrizione This is an extension for FOWiz, enables desktop notification for incoming calls and messages.
Dimensione del File 21.82 KB
Conteggio Installazioni 107
Versione Corrente 1.0
Ultimo Aggiornamento 2013-08-25
Data di Pubblicazione 2013-08-25
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore http://cloud.fowiz.com
Tipo di Pagamento free
Sito Web dell'Estensione http://www.fowiz.com
Lingue Supportate 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"
    ]
}