Reveal Desktop Notifications

Get desktop notifications when people want to chat with you on Reveal.

什麼是Reveal Desktop Notifications?

Reveal Desktop Notifications是由http://revealchat.com開發的Chrome擴展程式,該擴展的主要功能是“Get desktop notifications when people want to chat with you on Reveal.”。

擴展截圖

screenshot

下載Reveal Desktop Notifications擴展crx文件

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

擴展使用說明

                        Get desktop notifications when people want to chat with you on Reveal, even when you're not using the application.  

Just click the notifications while you're signed into Facebook to go straight into chat.

You can turn desktop notifications on and off in your Reveal settings.

Install the extension then head over to RevealChat.com to get started!

Questions? We want to hear from you! Contact us at [email protected]                    

擴展基本資訊

名稱 Reveal Desktop Notifications Reveal Desktop Notifications
ID hjfpffdpfdnfmdfjpcdmcbelbdalkbbj
官方網址 https://chrome.google.com/webstore/detail/reveal-desktop-notificati/hjfpffdpfdnfmdfjpcdmcbelbdalkbbj
簡介 Get desktop notifications when people want to chat with you on Reveal.
檔案大小 96.58 KB
安裝次數 253
目前版本 0.2.1
更新時間 2015-02-18
上架時間 2015-02-18
評分 3.80/5 共 5 次評分
開發者 http://revealchat.com
付費類型 free
擴展官網 https://www.revealchat.com
說明頁面URL https://www.revealchat.com/support
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reveal Desktop Notifications",
    "version": "0.2.1",
    "manifest_version": 2,
    "description": "Get desktop notifications when people want to chat with you on Reveal.",
    "icons": {
        "16": "\/images\/rv_logo_16x16.png",
        "48": "\/images\/rv_logo_48x48.png",
        "128": "\/images\/rv_logo_128x128.png"
    },
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "src\/inject\/is_installed.js"
            ],
            "matches": [
                "*:\/\/revealchat.com\/*",
                "*:\/\/*.revealchat.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "background",
        "idle",
        "notifications",
        "tabs",
        "cookies",
        "*:\/\/revealchat.com\/*",
        "*:\/\/*.revealchat.com\/*",
        "*:\/\/api.amplitude.com\/*",
        "*:\/\/*.pubnub.com\/*"
    ],
    "web_accessible_resources": [
        "\/images\/connect_green.png",
        "\/images\/icn_x_gray.png",
        "\/images\/rv_logo_blue_128x128.png",
        "\/images\/rv_logo_red_128x128.png",
        "\/images\/rv_no_connect_128x128.png",
        "\/images\/rv_logo_128x128.png"
    ]
}