Genband SPiDR
Real Time Communications Client for Google Apps® Offered by GENBAND Business-class Voice Integrated with Google Apps GENBAND’s…
Τι είναι το Genband SPiDR;
Το Genband SPiDR είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Genband, και η κύρια λειτουργία του είναι "Real Time Communications Client for Google Apps® Offered by GENBAND Business-class Voice Integrated with Google Apps GENBAND’s…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Genband SPiDR
Λήψη αρχείων επέκτασης Genband SPiDR σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Real Time Communications Client for Google Apps® Offered by GENBAND Business-class Voice Integrated with Google Apps GENBAND’s Real Time Communications Client (RTC) for Google Apps integrates business-class voice services with Google Apps. The RTC Client for Google Apps associates a hosted business line with a Google Apps environment. Organizations don’t have to choose between the traditional PBX features they need and the rich collaboration services of Google Apps. The RTC Client installs an icon in the chrome browser to enable point and click access to your hosted business line. Incoming calls to your office number automatically alert with a pop-up. The application uses the caller’s CallerID to search Gmail, Google Drive, hangouts and Google Calendar. Not only will you know who is calling, you’ll also see all of your recent correspondences with the caller so you’re better prepared for the conversation with intuitive panels that present the latest emails, documents, hangouts conversations and calendar events shared with the caller. Making outbound calls is just as intuitive. Simply click-to-dial friends or colleagues from the client’s address book. The recipients will receive the call from your office phone number, regardless of the devices you are using to place the call. RTC Client for Google Apps support both GENBAND’s Cloud-based (Nuvia) and premises-based Telephony Application Server integration. The solution can also be integrated (via SIP) with standards-based IP-PBXs and Cloud PBX services. Key benefits: · Integrates a business line with Google Apps (not forced to use Hangouts) · Easily communicate with your business line from anywhere (ideal for road warriors or international travelers) · Can be integrated with your enterprise PBX. · All text, voice and video content is secured with military grade encryption · Context (Gmail, docs, hangouts or calendar) is automatically delivered when you make or receive a call or IM. · Coming soon for mobile devices.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | omfmkaommnklephfccabpmcmfjedeoha |
Επίσημο URL | https://chrome.google.com/webstore/detail/genband-spidr/omfmkaommnklephfccabpmcmfjedeoha |
Περιγραφή | Real Time Communications Client for Google Apps® Offered by GENBAND Business-class Voice Integrated with Google Apps GENBAND’s… |
Μέγεθος Αρχείου | 314 KB |
Αριθμός Εγκαταστάσεων | 71 |
Τρέχουσα Έκδοση | 1.0.3 |
Τελευταία Ενημέρωση | 2016-05-27 |
Ημερομηνία Δημοσίευσης | 2016-05-26 |
Αξιολόγηση | 4.00/5 Συνολικά 8 Αξιολογήσεις |
Προγραμματιστής | Genband |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Genband SPiDR", "version": "1.0.3", "icons": { "16": "assets\/genband-16.png", "32": "assets\/genband-32.png", "64": "assets\/genband-64.png" }, "permissions": [ "storage", "notifications", "https:\/\/*\/*", "tabs" ], "browser_action": { "default_title": "Genband", "default_icon": "assets\/genband-32.png", "default_popup": "popup\/popup.html" }, "options_page": "options\/options.html", "content_scripts": [ { "matches": [ "https:\/\/spidrgoogleapps.genband.com\/*", "https:\/\/mail.google.com\/*" ], "js": [ "background\/lib\/jquery-1.7.2.min.js", "content\/js\/content.js", "content\/js\/jquery_contactRendering.js", "content\/js\/emailParser.js" ], "all_frames": true } ], "background": { "scripts": [ "background\/lib\/jquery-1.7.2.min.js", "background\/lib\/fcs-jsl-4.0.0.js", "background\/js\/tones.js", "background\/js\/appstate.js", "background\/js\/notifier.js", "background\/js\/spidrclient.js", "background\/background.js" ] } } |