Gmail Button

A simple toolbar icon to open Gmail

Gmail Button란 무엇입니까?

Gmail Button은(는) Valtteri Laitinen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple toolbar icon to open Gmail"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        (This extension is not affiliated with Google. “Gmail” is a trademark of Google LLC.)                    

확장 프로그램 기본 정보

이름 Gmail Button Gmail Button
ID afdienfgfeojjnmobgakodmkiebhfcap
공식 URL https://chromewebstore.google.com/detail/gmail-button/afdienfgfeojjnmobgakodmkiebhfcap
설명 A simple toolbar icon to open Gmail
파일 크기 5.44 KB
설치 횟수 5,228
현재 버전 3.0.0
최근 업데이트 2023-07-19
출시 날짜 2019-10-13
평점 3.80/5 총 5 개의 평점
개발자 Valtteri Laitinen
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/valtlai/gmail-button
도움말 페이지 URL https://github.com/valtlai/gmail-button/discussions/categories/q-a
개인정보 보호 정책 페이지 URL https://github.com/valtlai/gmail-button/blob/main/PRIVACY.md
지원되는 언어 en,fi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "100",
    "name": "__MSG_name__",
    "version": "3.0.0",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "optional_permissions": [
        "tabs"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icon.png",
        "default_title": "__MSG_open__"
    }
}