Mail.BG Mail Notifier/Checker

Listens for new messages in your Mail.BG mailbox

Wat is Mail.BG Mail Notifier/Checker?

Mail.BG Mail Notifier/Checker is een Chrome-extensie ontwikkeld door https://mail.bg, en de belangrijkste functie is "Listens for new messages in your Mail.BG mailbox".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Mail.BG Mail Notifier/Checker

Download Mail.BG Mail Notifier/Checker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Mail.BG Mail Notifier/Checker Mail.BG Mail Notifier/Checker
ID piebfhjfnpgckpegengbagbhnokbflnc
Officiële URL https://chromewebstore.google.com/detail/mailbg-mail-notifiercheck/piebfhjfnpgckpegengbagbhnokbflnc
Beschrijving Listens for new messages in your Mail.BG mailbox
Bestandsgrootte 10.3 KB
Aantal Installaties 1,272
Huidige Versie 0.7.2
Laatst Bijgewerkt 2014-12-02
Publicatiedatum 2014-12-02
Beoordeling 3.20/5 Totaal 30 Beoordelingen
Ontwikkelaar https://mail.bg
Betalingswijze free
Extensiewebsite http://mail.bg
Ondersteunde Talen 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\/"
    ]
}