FOWiz - Call and SMS Manager
This is an extension for FOWiz, enables desktop notification for incoming calls and messages.
Was ist FOWiz - Call and SMS Manager?
FOWiz - Call and SMS Manager ist eine Chrome-Erweiterung, die von http://cloud.fowiz.com entwickelt wurde, und ihr Hauptmerkmal ist "This is an extension for FOWiz, enables desktop notification for incoming calls and messages.".
Erweiterungsscreenshots
FOWiz - Call and SMS Manager-Erweiterungs-CRX-Datei herunterladen
Laden Sie FOWiz - Call and SMS Manager-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | hieibmccpcmjgdledlijkfnjajeeleka |
Offizielle URL | https://chrome.google.com/webstore/detail/fowiz-call-and-sms-manage/hieibmccpcmjgdledlijkfnjajeeleka |
Beschreibung | This is an extension for FOWiz, enables desktop notification for incoming calls and messages. |
Dateigröße | 21.82 KB |
Installationsanzahl | 107 |
Aktuelle Version | 1.0 |
Letztes Update | 2013-08-25 |
Veröffentlichungsdatum | 2013-08-25 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | http://cloud.fowiz.com |
Zahlungsart | free |
Erweiterungswebsite | http://www.fowiz.com |
Unterstützte Sprachen | 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" ] } |