Google Mail Notification Sound
An improvement upon the Google Mail Checker extension: plays a notification sound when new, unread e-mails are fetched.
Google Mail Notification Sound란 무엇입니까?
Google Mail Notification Sound은(는) garyclarkson1952에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An improvement upon the Google Mail Checker extension: plays a notification sound when new, unread e-mails are fetched."입니다.
확장 프로그램 스크린샷
Google Mail Notification Sound 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
An improvement upon the Google Mail Checker extension: plays a notification sound when new, unread e-mails are fetched. In addition, displays the number of unread e-mail messages within the extension's icon. Clicking on the extension icon will open your e-mail list.
확장 프로그램 기본 정보
이름 | Google Mail Notification Sound |
ID | pbkplelomfmahlbhpekhcgebnhgknhjh |
공식 URL | https://chromewebstore.google.com/detail/google-mail-notification/pbkplelomfmahlbhpekhcgebnhgknhjh |
설명 | An improvement upon the Google Mail Checker extension: plays a notification sound when new, unread e-mails are fetched. |
파일 크기 | 98.75 KB |
설치 횟수 | 686 |
현재 버전 | 4.4.0 |
최근 업데이트 | 2020-12-26 |
출시 날짜 | 2020-12-26 |
평점 | 4.00/5 총 3 개의 평점 |
개발자 | garyclarkson1952 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | id,de,en,en-GB,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "page": "background.html" }, "browser_action": { "default_icon": "gmail_not_logged_in.png" }, "default_locale": "en", "description": "__MSG_gmailcheck_description__", "icons": { "128": "icon_128.png" }, "name": "__MSG_gmailcheck_name__", "permissions": [ "alarms", "tabs", "webNavigation", "*:\/\/*.google.com\/" ], "version": "4.4.0", "manifest_version": 2 } |