Newman

Get simple notifications when a new gmail message arrives.

Newman란 무엇입니까?

Newman은(는) imagentleman (José Antonio Chio)에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get simple notifications when a new gmail message arrives."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Get a notification if you got an email on your gmail account since the last time you checked (visited your inbox), without constant interruptions or counts of thousands of unread messages.

Usage:
-If there are no new messages the extension icon shows a blank page.
-If a message arrived the icon will turn into a red paper plane.
-You can go to your inbox by clicking the extension icon.
-The icon will only show a paper plane if something new arrived since the last time you visited gmail. 

Notes:
-The extension doesn't show the unread count (this is on purpose and meant to be a feature).
-You must be logged in gmail for the extension to work. If you aren't it will show a greyed icon with an "X".


Other works
http://imagentleman.github.io                    

확장 프로그램 기본 정보

이름 Newman Newman
ID kfmkjnidhdpmicaidofhagaklmccpdpc
공식 URL https://chromewebstore.google.com/detail/newman/kfmkjnidhdpmicaidofhagaklmccpdpc
설명 Get simple notifications when a new gmail message arrives.
파일 크기 41.54 KB
설치 횟수 148
현재 버전 13
최근 업데이트 2014-02-13
출시 날짜 2014-02-12
평점 2.67/5 총 3 개의 평점
개발자 imagentleman (José Antonio Chio)
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://imagentleman.github.io
지원되는 언어 en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Newman",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "version": "13",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "permissions": [
        "*:\/\/mail.google.com\/",
        "alarms",
        "tabs",
        "storage",
        "webNavigation"
    ],
    "icons": {
        "128": "icon_128.webp",
        "48": "icon_48.webp"
    },
    "browser_action": {
        "default_icon": "icon_19-empty.webp"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}