Alert

Alert for Gmail

什麼是Alert?

Alert是由Daniel Lvovsky開發的Chrome擴展程式,該擴展的主要功能是“Alert for Gmail”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載Alert擴展crx文件

下載Alert擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Alert Alert
ID njaeaemciiokfpolomebdlppcafjchod
官方網址 https://chromewebstore.google.com/detail/alert/njaeaemciiokfpolomebdlppcafjchod
簡介 Alert for Gmail
檔案大小 528 KB
安裝次數 54
目前版本 0.0.1
更新時間 2020-10-30
上架時間 2020-10-30
評分 5.00/5 共 1 次評分
開發者 Daniel Lvovsky
電子郵箱 [email protected]
付費類型 free
擴展官網 https://alertforgmail.netlify.app/
說明頁面URL https://alertforgmail.netlify.app/#t4
支援的語言 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"
    }
}