WorksBase
This extension enables screen sharing in the WorkBase MEET feature.
Τι είναι το WorksBase;
Το WorksBase είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον hitachi-solutions.com, και η κύρια λειτουργία του είναι "This extension enables screen sharing in the WorkBase MEET feature.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης WorksBase
Λήψη αρχείων επέκτασης WorksBase σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
You must create a WorksBase account before you can use the screen sharing function in the MEET feature. Visit worksbase.com to learn more. ABOUT WORKSBASE WorksBase is your home base for all daily business operations. It offers a customizable virtual workspace with several built-in tools and the ability to integrate your frequently used applications and content. Log into your WorksBase from any browser or device. - Simple Meetings The MEET feature integrates video and web conferencing to bring teams together from any device through a simplified user interface. Meet on-demand or schedule a future meeting, using your preferred conferencing application. Use the virtual whiteboard to collaborate and brainstorm during meetings, share documents and chat. - Workflow Automation The PLAN & MANAGE feature allows you to create simple business process workflows using checklists and forms. It comes pre-configured for Upstream, Midstream and Downstream operations to eliminate the need for costly implementations. Designed for end users not IT staff, so customization is a breeze. - Document Management The SHARE feature gives you access to information when you need it. Access and share documents securely with both internal and external collaborators, from any device. With document expiration, read only/no save sharing, annotation and mobile access, the Share tool goes beyond standard cloud storage solutions. - Offsite Assistance ASSIST quickly connects office and field teams to improve quality control and EHS incident management. Based on wearable technology, ASSIST offers field workers a hands free way to transmit information to and from the office through live video streaming. An efficient and cost effective solution for offsite assistance - Eliminate Paper From truck tickets and well information that needs to be processed to countless incoming invoices, TRANSFORM captures data from various formats and makes it available to the appropriate systems. This tool gets smarter with each use, making automation and connecting systems easier to achieve. Our terms of use: https://psg.hitachi-solutions.com/legal/terms-of-use
Βασικές Πληροφορίες Επέκτασης
Όνομα | WorksBase |
ID | mkmlakhenfcikgeddbloigcocpdfibdg |
Επίσημο URL | https://chromewebstore.google.com/detail/worksbase/mkmlakhenfcikgeddbloigcocpdfibdg |
Περιγραφή | This extension enables screen sharing in the WorkBase MEET feature. |
Μέγεθος Αρχείου | 25.48 KB |
Αριθμός Εγκαταστάσεων | 31 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2016-02-08 |
Ημερομηνία Δημοσίευσης | 2016-02-08 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | hitachi-solutions.com |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WorksBase", "author": "Hitachi Solutions America, Ltd.", "version": "1.0.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This extension enables screen sharing in the WorkBase MEET feature.", "homepage_url": "http:\/\/psg.hitachi-solutions.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "matches": [ "https:\/\/*.worksbase.com\/*" ] } ], "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |