Worktual for Google Chrome

Transform your chrome browser into powerful business communications hub by seamlessly integrating Worktual services and Google cloud

Τι είναι το Worktual for Google Chrome;

Το Worktual for Google Chrome είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον integration, και η κύρια λειτουργία του είναι "Transform your chrome browser into powerful business communications hub by seamlessly integrating Worktual services and Google cloud".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Worktual for Google Chrome

Λήψη αρχείων επέκτασης Worktual for Google Chrome σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Worktual for Google Chrome provides a seamless integration with the Google Cloud to create one optimised Business Communications Hub so that the enterprise users can access the Worktual services (such as messaging, click-to-call, 1:1 voice call, conference call, video meetings, call transfer, call history) more easily, anywhere-anytime on the web, without leaving the browser.
This integration simplifies the business communications and makes users to stay connected with the business applications they use every day, thus enabling users to be more productive in their daily work at business by spending time on more meaningful tasks and making better decisions.

Some of the great features in this Chrome Extension:

- Gain quick access to Worktual Chrome extension from any Chrome tab on Windows platform and at anytime.
- Secure messaging to individuals or groups either privately or with publicly.
- React and reply to a message you have received.
- Contacts directory, all call history (including incoming calls, outgoing calls or missed calls and voicemails) and chat history are accessible.
- Use “click-to-call” feature to instantly call any linked phone number on any Chrome Browser tab via Worktual Call services.
- Manage advanced call features and settings such as call transfer, call recording, call flip, call park, ad hoc conference call, and so on.
- Receive and listen to your voicemails received to your Worktual number.
- Schedule Worktual meetings via Web Browser and Google Calendar.
- Initiate Worktual instant meetings and invite participants on the fly.
- Combine the Worktual and Google contacts together, and makes it easier to search contact.

Benefits

- Seamless Integration with Google Chrome for Business
This integration connects users with the Worktual services they use each day seamlessly while on the chrome browser, without switching between the two applications. This in turn allows users to spend time on meaningful tasks, so as to enable users to be more productive in their daily work at business. 

- Improved Team Management & Productivity
The capabilities to send messages, make 1:1 voice call, conferencing and schedule meetings improve the interactions between the individuals and groups and the project management even in remote work, thereby increasing the productivity of the user or group of users, and expediting the project completion.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Worktual for Google Chrome Worktual for Google Chrome
ID ojajhkiegangpmdmknlcpdaaophooefl
Επίσημο URL https://chromewebstore.google.com/detail/worktual-for-google-chrom/ojajhkiegangpmdmknlcpdaaophooefl
Περιγραφή Transform your chrome browser into powerful business communications hub by seamlessly integrating Worktual services and Google cloud
Μέγεθος Αρχείου 6.5 MB
Αριθμός Εγκαταστάσεων 46
Τρέχουσα Έκδοση 1.7
Τελευταία Ενημέρωση 2023-05-15
Ημερομηνία Δημοσίευσης 2022-11-04
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής integration
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.worktual.co.uk
Διεύθυνση URL της Σελίδας Βοήθειας https://www.worktual.co.uk
URL της Σελίδας Πολιτικής Απορρήτου https://worktual.co.uk/privacy
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Worktual for Google Chrome",
    "description": "Transform your chrome browser into powerful business communications hub by seamlessly integrating Worktual services and Google cloud",
    "version": "1.7",
    "manifest_version": 3,
    "icons": {
        "16": "logo_16.png",
        "48": "logo_48.png",
        "128": "logo_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "http:\/\/www.blogger.com\/",
        "https:\/\/*.gmail.com\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/jquery-3.5.1.min.js",
                ".\/jquery.mark.min.js",
                ".\/content.js"
            ],
            "css": [
                ".\/style-worktual.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [
        "storage"
    ],
    "action": []
}