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
官方網址 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\/*"
            ]
        }
    ]
}