Google Mail Checker
Displays the number of unread messages in your Google Mail inbox. You can also click the button to open your inbox.
Google Mail Checkerとは何ですか?
Google Mail Checkerはhttps://google.comによって開発されたChromeの拡張機能で、その主な機能は「Displays the number of unread messages in your Google Mail inbox. You can also click the button to open your inbox.」です。
拡張機能のスクリーンショット
Google Mail Checker拡張機能のCRXファイルをダウンロード
Google Mail Checker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | mihcahmgecmbnbcchbopgniflfhgnkff |
| 公式URL | https://chromewebstore.google.com/detail/google-mail-checker/mihcahmgecmbnbcchbopgniflfhgnkff |
| 説明 | Displays the number of unread messages in your Google Mail inbox. You can also click the button to open your inbox. |
| ファイルサイズ | 44.44 KB |
| インストール数 | 3,190,562 |
| 現在のバージョン | 4.4.0 |
| 最終更新日 | 2012-10-05 |
| 公開日 | 2012-10-04 |
| 評価 | 4.13/5 合計 26736 レビュー |
| 開発者 | https://google.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | id,de,en,en-GB,fil,fr,nl,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": "http:\/\/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
} | |