Gmail app badge notification

Show badge notifications in the taskbar when using Gmail as an app

Gmail app badge notification란 무엇입니까?

Gmail app badge notification은(는) Domenico Gemoli에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show badge notifications in the taskbar when using Gmail as an app"입니다.

확장 프로그램 스크린샷

screenshot

Gmail app badge notification 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Setup:

1. Install the extension
2. Add Gmail as an app. You can do so by following this guide: https://support.google.com/chrome_webstore/answer/3060053?hl=en - make sure to select the option "open as a window".
3. Open the newly installed app.

Troubleshooting:
https://github.com/aberonni/gmail-app-badge-notification#Troubleshooting                    

확장 프로그램 기본 정보

이름 Gmail app badge notification Gmail app badge notification
ID fbaolhbfbmniffcokakochjjeccpcpkh
공식 URL https://chromewebstore.google.com/detail/gmail-app-badge-notificat/fbaolhbfbmniffcokakochjjeccpcpkh
설명 Show badge notifications in the taskbar when using Gmail as an app
파일 크기 11.68 KB
설치 횟수 7,141
현재 버전 1.1.0
최근 업데이트 2023-12-06
출시 날짜 2020-05-21
평점 4.81/5 총 16 개의 평점
개발자 Domenico Gemoli
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/aberonni/gmail-app-badge-notification
도움말 페이지 URL https://github.com/aberonni/gmail-app-badge-notification#Troubleshooting
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gmail app badge notification",
    "version": "1.1.0",
    "manifest_version": 3,
    "description": "Show badge notifications in the taskbar when using Gmail as an app",
    "homepage_url": "https:\/\/github.com\/aberonni\/gmail-app-badge-notification",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.mail.google.com\/mail\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}