Alert

Alert for Gmail

Alert là gì?

Alert là một tiện ích mở rộng Chrome được phát triển bởi Daniel Lvovsky, và tính năng chính của nó là "Alert for Gmail".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Alert

Tải xuống các tệp mở rộng Alert 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

                        Alert for Gmail is a Chrome extension that notifies you for any new emails that are in your inbox without having the need to constantly check your inbox. When a new email arrives in your inbox this extension gives you a notification where you can view the message.

Also Alert offers many other features such as viewing the email in your inbox, deleting and marking the email as read. Alert also supports many accounts at once. Also if you are on your desktop Alert will send you a notification there too. 

Alert features a dark mode interface so it's easier to look at the messages you recieve.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Alert Alert
ID njaeaemciiokfpolomebdlppcafjchod
URL Chính Thức https://chromewebstore.google.com/detail/alert/njaeaemciiokfpolomebdlppcafjchod
Mô tả Alert for Gmail
Kích Thước Tệp 528 KB
Số Lần Cài Đặt 54
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2020-10-30
Ngày Phát Hành 2020-10-30
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Daniel Lvovsky
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://alertforgmail.netlify.app/
URL Trang Trợ Giúp https://alertforgmail.netlify.app/#t4
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Alert",
    "short_name": "Alert",
    "description": "Alert for Gmail",
    "author": "Daniel Lvovsky",
    "version": "0.0.1",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "*:\/\/mail.google.com\/mail\/",
        "*:\/\/mail.google.com\/sync\/",
        "tabs",
        "notifications",
        "contextMenus",
        "webRequest",
        "storage"
    ],
    "web_accessible_resources": [
        "notification.png"
    ],
    "browser_action": {
        "default_icon": {
            "16": "data\/icons\/blue\/16.png",
            "18": "data\/icons\/blue\/18.png",
            "19": "data\/icons\/blue\/19.png",
            "32": "data\/icons\/blue\/32.png"
        }
    },
    "background": {
        "page": "lib\/wrapper\/chrome\/background.html"
    },
    "options_ui": false,
    "homepage_url": "https:\/\/alertforgmail.netlify.app\/",
    "icons": {
        "16": "data\/icons\/red\/16.png",
        "18": "data\/icons\/red\/18.png",
        "19": "data\/icons\/red\/19.png",
        "32": "data\/icons\/red\/32.png",
        "48": "data\/icons\/red\/48.png",
        "64": "data\/icons\/red\/64.png",
        "128": "data\/icons\/red\/128.png"
    }
}