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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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