Mail.BG Mail Notifier/Checker
Listens for new messages in your Mail.BG mailbox
Mail.BG Mail Notifier/Checkerとは何ですか?
Mail.BG Mail Notifier/Checkerはhttps://mail.bgによって開発されたChromeの拡張機能で、その主な機能は「Listens for new messages in your Mail.BG mailbox」です。
拡張機能のスクリーンショット
Mail.BG Mail Notifier/Checker拡張機能のCRXファイルをダウンロード
Mail.BG Mail Notifier/Checker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension will notify you on new mail arrival. Notifications are immediately pushed to the browser vs. being checked for in predefined intervals. No settings are required - just install the extension. It will not disturb you with any sounds or animation. 拡張機能の基本情報
| 名前 | |
| ID | piebfhjfnpgckpegengbagbhnokbflnc |
| 公式URL | https://chromewebstore.google.com/detail/mailbg-mail-notifiercheck/piebfhjfnpgckpegengbagbhnokbflnc |
| 説明 | Listens for new messages in your Mail.BG mailbox |
| ファイルサイズ | 10.3 KB |
| インストール数 | 1,272 |
| 現在のバージョン | 0.7.2 |
| 最終更新日 | 2014-12-02 |
| 公開日 | 2014-12-02 |
| 評価 | 3.20/5 合計 30 レビュー |
| 開発者 | https://mail.bg |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://mail.bg |
| 対応言語 | en,bg |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Mail.BG Mail Notifier\/Checker",
"version": "0.7.2",
"default_locale": "bg",
"description": "__MSG_description__",
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": "mail_bg_inactive.png"
},
"icons": {
"16": "mail_bg_16.png",
"48": "mail_bg_48.png",
"128": "mail_bg_128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/mail.bg\/*"
],
"js": [
"content_script.js"
]
},
{
"matches": [
"*:\/\/beta.mail.bg\/*"
],
"js": [
"content_script.js"
]
}
],
"permissions": [
"tabs",
"notifications",
"background",
"http:\/\/mail.bg\/",
"https:\/\/mail.bg\/",
"http:\/\/beta.mail.bg\/",
"https:\/\/beta.mail.bg\/"
]
} | |