Mail.BG Mail Notifier/Checker

Listens for new messages in your Mail.BG mailbox

Qu'est-ce que Mail.BG Mail Notifier/Checker ?

Mail.BG Mail Notifier/Checker est une extension Chrome développée par https://mail.bg, et sa fonction principale est "Listens for new messages in your Mail.BG mailbox".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Mail.BG Mail Notifier/Checker

Téléchargez les fichiers d'extension Mail.BG Mail Notifier/Checker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Mail.BG Mail Notifier/Checker Mail.BG Mail Notifier/Checker
ID piebfhjfnpgckpegengbagbhnokbflnc
URL Officiel https://chromewebstore.google.com/detail/mailbg-mail-notifiercheck/piebfhjfnpgckpegengbagbhnokbflnc
Description Listens for new messages in your Mail.BG mailbox
Taille du Fichier 10.3 KB
Nombre d'Installations 1,272
Version Actuelle 0.7.2
Dernière Mise à Jour 2014-12-02
Date de Publication 2014-12-02
Évaluation 3.20/5 Total 30 Évaluations
Développeur https://mail.bg
Type de Paiement free
Site Web de l'Extension http://mail.bg
Langues Prises en Charge 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\/"
    ]
}