Mail.BG Mail Notifier/Checker

Listens for new messages in your Mail.BG mailbox

ما هو Mail.BG Mail Notifier/Checker؟

Mail.BG Mail Notifier/Checker هو إضافة Chrome تم تطويرها بواسطة https://mail.bg، والميزة الرئيسية لها هي "Listens for new messages in your Mail.BG mailbox".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Mail.BG Mail Notifier/Checker

قم بتنزيل ملفات الامتداد Mail.BG Mail Notifier/Checker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 Mail.BG Mail Notifier/Checker
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\/"
    ]
}