ABV Notifier
Official ABV.bg notifier
ABV Notifier là gì?
ABV Notifier là một tiện ích mở rộng Chrome được phát triển bởi Netinfo, và tính năng chính của nó là "Official ABV.bg notifier".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ABV Notifier
Tải xuống các tệp mở rộng ABV Notifier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ABV Notifier |
ID | glkfpmcniebkbeakjdpobddpjghbapec |
URL Chính Thức | https://chromewebstore.google.com/detail/abv-notifier/glkfpmcniebkbeakjdpobddpjghbapec |
Mô tả | Official ABV.bg notifier |
Kích Thước Tệp | 208 KB |
Số Lần Cài Đặt | 30,636 |
Phiên Bản Hiện Tại | 2.0.1 |
Cập Nhật Lần Cuối | 2017-12-15 |
Ngày Phát Hành | 2017-12-15 |
Đánh Giá | 4.20/5 Tổng số 71 Đánh Giá |
Nhà Phát Triển | Netinfo |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |