Betterworks Plugin for Gmail

This extension allows to you access Betterworks

Τι είναι το Betterworks Plugin for Gmail;

Το Betterworks Plugin for Gmail είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον BetterWorks Systems, Inc., και η κύρια λειτουργία του είναι "This extension allows to you access Betterworks".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Betterworks Plugin for Gmail

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

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

                        The Betterworks for Gmail plugin makes it easy to see your goals, your co-workers goals, additionally now one can give and request feedback and see the summary of goals. 
— Cheer, nudge or comment on goals.
— View a co-worker’s goals when replying to their emails.
— Check the aligned goals. 
— Search a co-worker’s goals anytime with new search feature.
— Quick search based on recent searches and direct reports. 
— See the summary of your goals or your coworkers. 
— Request feedback from your co-workers and give feedback to them. 
— See when was the last time you gave feedback and received feedback.

PLEASE NOTE: 
This plugin will only work for current Betterworks users. Please contact [email protected] with any questions or hello@betterworks to reach someone in our sales team. 

As an End User of the Betterworks Service, your access and use of this Extension shall be subject to the Terms and Conditions entered into between your company and Betterworks, and, the Betterworks Privacy Notice located here: https://www.betterworks.com/privacy-notice/                    

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

Όνομα Betterworks Plugin for Gmail Betterworks Plugin for Gmail
ID dlkdmalpgdbgiamcdfhihfodafldnmci
Επίσημο URL https://chromewebstore.google.com/detail/betterworks-plugin-for-gm/dlkdmalpgdbgiamcdfhihfodafldnmci
Περιγραφή This extension allows to you access Betterworks
Μέγεθος Αρχείου 65.17 KB
Αριθμός Εγκαταστάσεων 825
Τρέχουσα Έκδοση 1.2.17
Τελευταία Ενημέρωση 2023-12-04
Ημερομηνία Δημοσίευσης 2021-08-31
Προγραμματιστής BetterWorks Systems, Inc.
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://betterworks.com
Διεύθυνση URL της Σελίδας Βοήθειας https://support.betterworks.com
URL της Σελίδας Πολιτικής Απορρήτου https://www.betterworks.com/privacy-notice
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Betterworks Plugin for Gmail",
    "description": "This extension allows to you access Betterworks",
    "version": "1.2.17",
    "icons": {
        "16": "assets\/logo16.png",
        "32": "assets\/logo32.png",
        "80": "assets\/logo80.png",
        "128": "assets\/logo128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/inject.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "run_at": "document_idle",
            "exclude_globs": [
                "*?ui=2&view=btop*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/*",
        "https:\/\/*.betterworks.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/mail.google.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "scripts\/*.js",
                "assets\/**",
                "popup\/**"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ]
}