Mail.BG Mail Notifier/Checker
Listens for new messages in your Mail.BG mailbox
Vad är Mail.BG Mail Notifier/Checker?
Mail.BG Mail Notifier/Checker är en Chrome-tillägg utvecklad av https://mail.bg, och dess huvudfunktion är "Listens for new messages in your Mail.BG mailbox".
Tilläggsskärmbilder
Ladda ner Mail.BG Mail Notifier/Checker-förlängningens CRX-fil
Ladda ner Mail.BG Mail Notifier/Checker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | piebfhjfnpgckpegengbagbhnokbflnc | 
| Officiell webbadress | https://chromewebstore.google.com/detail/mailbg-mail-notifiercheck/piebfhjfnpgckpegengbagbhnokbflnc | 
| Beskrivning | Listens for new messages in your Mail.BG mailbox | 
| Filstorlek | 10.3 KB | 
| Antal Installationer | 1,272 | 
| Aktuell Version | 0.7.2 | 
| Senast Uppdaterad | 2014-12-02 | 
| Publiceringsdatum | 2014-12-02 | 
| Betyg | 3.20/5 Totalt 30 Betyg | 
| Utvecklare | https://mail.bg | 
| Betalningssätt | free | 
| Tilläggswebbplats | http://mail.bg | 
| Stödda Språk | 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\/"
    ]
}  |  |