Alert

Alert for Gmail

Alert란 무엇입니까?

Alert은(는) Daniel Lvovsky에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Alert for Gmail"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Alert 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}