FOWiz - Call and SMS Manager
This is an extension for FOWiz, enables desktop notification for incoming calls and messages.
Τι είναι το FOWiz - Call and SMS Manager;
Το FOWiz - Call and SMS Manager είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://cloud.fowiz.com, και η κύρια λειτουργία του είναι "This is an extension for FOWiz, enables desktop notification for incoming calls and messages.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης FOWiz - Call and SMS Manager
Λήψη αρχείων επέκτασης FOWiz - Call and SMS Manager σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | hieibmccpcmjgdledlijkfnjajeeleka |
Επίσημο URL | https://chrome.google.com/webstore/detail/fowiz-call-and-sms-manage/hieibmccpcmjgdledlijkfnjajeeleka |
Περιγραφή | This is an extension for FOWiz, enables desktop notification for incoming calls and messages. |
Μέγεθος Αρχείου | 21.82 KB |
Αριθμός Εγκαταστάσεων | 107 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2013-08-25 |
Ημερομηνία Δημοσίευσης | 2013-08-25 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | http://cloud.fowiz.com |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://www.fowiz.com |
Υποστηριζόμενες Γλώσσες | 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" ] } |