FOWiz - Call and SMS Manager
This is an extension for FOWiz, enables desktop notification for incoming calls and messages.
Qu'est-ce que FOWiz - Call and SMS Manager ?
FOWiz - Call and SMS Manager est une extension Chrome développée par http://cloud.fowiz.com, et sa fonction principale est "This is an extension for FOWiz, enables desktop notification for incoming calls and messages.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension FOWiz - Call and SMS Manager
Téléchargez les fichiers d'extension FOWiz - Call and SMS Manager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | hieibmccpcmjgdledlijkfnjajeeleka |
URL Officiel | https://chrome.google.com/webstore/detail/fowiz-call-and-sms-manage/hieibmccpcmjgdledlijkfnjajeeleka |
Description | This is an extension for FOWiz, enables desktop notification for incoming calls and messages. |
Taille du Fichier | 21.82 KB |
Nombre d'Installations | 107 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2013-08-25 |
Date de Publication | 2013-08-25 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | http://cloud.fowiz.com |
Type de Paiement | free |
Site Web de l'Extension | http://www.fowiz.com |
Langues Prises en Charge | 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" ] } |