Inbox notifications

Shows notifications to messages stream.

什麼是Inbox notifications?

Inbox notifications是由Dmitry Balakov開發的Chrome擴展程式,該擴展的主要功能是“Shows notifications to messages stream.”。

擴展截圖

screenshot

下載Inbox notifications擴展crx文件

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

擴展使用說明

                        https://github.com/dbalakov/inbox.notifications                    

擴展基本資訊

名稱 Inbox notifications Inbox notifications
ID accaanpfdgdlfliclbofmpadfepmkfoa
官方網址 https://chrome.google.com/webstore/detail/inbox-notifications/accaanpfdgdlfliclbofmpadfepmkfoa
簡介 Shows notifications to messages stream.
檔案大小 37.89 KB
安裝次數 135
目前版本 0.1
更新時間 2015-06-02
上架時間 2015-06-02
評分 5.00/5 共 2 次評分
開發者 Dmitry Balakov
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Inbox notifications",
    "version": "0.1",
    "description": "Shows notifications to messages stream.",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "notifications",
        "storage",
        "webRequest",
        "https:\/\/mail.google.com\/mail\/feed\/atom"
    ],
    "options_page": "options\/options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "48.png"
    ]
}