ABV Notifier
Official ABV.bg notifier
Was ist ABV Notifier?
ABV Notifier ist eine Chrome-Erweiterung, die von Netinfo entwickelt wurde, und ihr Hauptmerkmal ist "Official ABV.bg notifier".
Erweiterungsscreenshots
ABV Notifier-Erweiterungs-CRX-Datei herunterladen
Laden Sie ABV Notifier-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension notifies you of newly received messages in your ABV email account. It supports up to 10 email accounts plus audio and visual notifications. Login in your mailbox with just one click.
Grundlegende Informationen zur Erweiterung
Name | ABV Notifier |
ID | glkfpmcniebkbeakjdpobddpjghbapec |
Offizielle URL | https://chromewebstore.google.com/detail/abv-notifier/glkfpmcniebkbeakjdpobddpjghbapec |
Beschreibung | Official ABV.bg notifier |
Dateigröße | 208 KB |
Installationsanzahl | 30,636 |
Aktuelle Version | 2.0.1 |
Letztes Update | 2017-12-15 |
Veröffentlichungsdatum | 2017-12-15 |
Bewertung | 4.20/5 Insgesamt 71 Bewertungen |
Entwickler | Netinfo |
Zahlungsart | free |
Unterstützte Sprachen | en,bg |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "lib\/jquery-1.9.1.min.js", "lib\/crypto-sha1-hmac-pbkdf2-blockmodes-aes.js", "js\/common.js", "js\/background.js" ] }, "browser_action": { "default_icon": "i\/abv.png", "default_popup": "popup.html", "default_title": "__MSG_extName__" }, "default_locale": "en", "description": "__MSG_extDescr__", "icons": { "128": "i\/ico128.png", "16": "i\/ico16.png", "48": "i\/ico48.png" }, "manifest_version": 2, "minimum_chrome_version": "22", "name": "__MSG_extName__", "options_page": "options.html", "permissions": [ "idle", "alarms", "notifications", "https:\/\/*.abv.bg\/" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0.1" } |