Newman

Get simple notifications when a new gmail message arrives.

Newman là gì?

Newman là một tiện ích mở rộng Chrome được phát triển bởi imagentleman (José Antonio Chio), và tính năng chính của nó là "Get simple notifications when a new gmail message arrives.".

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

screenshot

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

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

                        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                    

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

Tên Newman Newman
ID kfmkjnidhdpmicaidofhagaklmccpdpc
URL Chính Thức https://chromewebstore.google.com/detail/newman/kfmkjnidhdpmicaidofhagaklmccpdpc
Mô tả Get simple notifications when a new gmail message arrives.
Kích Thước Tệp 41.54 KB
Số Lần Cài Đặt 148
Phiên Bản Hiện Tại 13
Cập Nhật Lần Cuối 2014-02-13
Ngày Phát Hành 2014-02-12
Đánh Giá 2.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển imagentleman (José Antonio Chio)
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://imagentleman.github.io
Ngôn Ngữ Được Hỗ Trợ 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'"
}