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.
擴展基本資訊
名稱 | Mail.BG Mail Notifier/Checker |
ID | piebfhjfnpgckpegengbagbhnokbflnc |
官方網址 | 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\/" ] } |