Betterworks Plugin for Gmail

This extension allows to you access Betterworks

什么是Betterworks Plugin for Gmail?

Betterworks Plugin for Gmail是由BetterWorks Systems, Inc.开发的Chrome扩展程序,该扩展的主要功能是“This extension allows to you access Betterworks”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Betterworks Plugin for Gmail扩展crx文件

下载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\/*"
            ]
        }
    ]
}