Gmail Zero

When your Gmail hits Inbox zero, display the Inbox zero image.

Gmail Zero란 무엇입니까?

Gmail Zero은(는) chodyo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "When your Gmail hits Inbox zero, display the Inbox zero image."입니다.

확장 프로그램 스크린샷

screenshot

Gmail Zero 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Google is removing Inbox, but Inbox zero will live on. Reward yourself when you achieve inbox zero by displaying this classic Inbox zero image in Gmail.                    

확장 프로그램 기본 정보

이름 Gmail Zero Gmail Zero
ID bhpdlfchngefiolkmkogbbjchcechobm
공식 URL https://chromewebstore.google.com/detail/gmail-zero/bhpdlfchngefiolkmkogbbjchcechobm
설명 When your Gmail hits Inbox zero, display the Inbox zero image.
파일 크기 141 KB
설치 횟수 47
현재 버전 1.0.2
최근 업데이트 2023-12-24
출시 날짜 2018-10-01
평점 5.00/5 총 5 개의 평점
개발자 chodyo
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "manifest_version": 3,
    "name": "Gmail Zero",
    "version": "1.0.2",
    "description": "When your Gmail hits Inbox zero, display the Inbox zero image.",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "content_scripts": [
        {
            "js": [
                "zero.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/*"
    ],
    "short_name": "Gmail Zero",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}