Mail.BG Mail Notifier/Checker
Listens for new messages in your Mail.BG mailbox
Mail.BG Mail Notifier/Checker là gì?
Mail.BG Mail Notifier/Checker là một tiện ích mở rộng Chrome được phát triển bởi https://mail.bg, và tính năng chính của nó là "Listens for new messages in your Mail.BG mailbox".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Mail.BG Mail Notifier/Checker
Tải xuống các tệp mở rộng Mail.BG Mail Notifier/Checker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Mail.BG Mail Notifier/Checker |
ID | piebfhjfnpgckpegengbagbhnokbflnc |
URL Chính Thức | https://chromewebstore.google.com/detail/mailbg-mail-notifiercheck/piebfhjfnpgckpegengbagbhnokbflnc |
Mô tả | Listens for new messages in your Mail.BG mailbox |
Kích Thước Tệp | 10.3 KB |
Số Lần Cài Đặt | 1,272 |
Phiên Bản Hiện Tại | 0.7.2 |
Cập Nhật Lần Cuối | 2014-12-02 |
Ngày Phát Hành | 2014-12-02 |
Đánh Giá | 3.20/5 Tổng số 30 Đánh Giá |
Nhà Phát Triển | https://mail.bg |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://mail.bg |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |