Gmail++
Improves the user experience of Gmail
Gmail++란 무엇입니까?
Gmail++은(는) Michael Pfaff에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Improves the user experience of Gmail"입니다.
확장 프로그램 스크린샷
Gmail++ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Improves the user experience of Gmail. Features: - Modifies the refresh button (the one above the threads list, not beside the address bar) to also check external POP3 accounts. - Checks external POP3 accounts on page load. - Checks external POP3 accounts at a configurable interval.
확장 프로그램 기본 정보
이름 | Gmail++ |
ID | jcbfnofllipbepnolhgcdloichjbcena |
공식 URL | https://chromewebstore.google.com/detail/gmail++/jcbfnofllipbepnolhgcdloichjbcena |
설명 | Improves the user experience of Gmail |
파일 크기 | 9.16 KB |
설치 횟수 | 182 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2022-10-12 |
출시 날짜 | 2022-10-09 |
개발자 | Michael Pfaff |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Gmail++", "version": "1.1.0", "description": "Improves the user experience of Gmail", "icons": { "48": "icons\/icon-48.png", "64": "icons\/icon-64.png" }, "permissions": [ "storage" ], "host_permissions": [ "*:\/\/mail.google.com\/" ], "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/*" ], "js": [ "lib.js", "main.js" ], "run_at": "document_end" } ], "options_ui": { "page": "options.html", "browser_style": true }, "browser_specific_settings": { "gecko": { "id": "[email protected]" } } } |