FOWiz - Call and SMS Manager

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

Vad är FOWiz - Call and SMS Manager?

FOWiz - Call and SMS Manager är en Chrome-tillägg utvecklad av http://cloud.fowiz.com, och dess huvudfunktion är "This is an extension for FOWiz, enables desktop notification for incoming calls and messages.".

Tilläggsskärmbilder

screenshot

Ladda ner FOWiz - Call and SMS Manager-förlängningens CRX-fil

Ladda ner FOWiz - Call and SMS Manager-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn FOWiz - Call and SMS Manager FOWiz - Call and SMS Manager
ID hieibmccpcmjgdledlijkfnjajeeleka
Officiell webbadress https://chrome.google.com/webstore/detail/fowiz-call-and-sms-manage/hieibmccpcmjgdledlijkfnjajeeleka
Beskrivning This is an extension for FOWiz, enables desktop notification for incoming calls and messages.
Filstorlek 21.82 KB
Antal Installationer 107
Aktuell Version 1.0
Senast Uppdaterad 2013-08-25
Publiceringsdatum 2013-08-25
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare http://cloud.fowiz.com
Betalningssätt free
Tilläggswebbplats http://www.fowiz.com
Stödda Språk 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"
    ]
}