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
公式URL 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"
    ]
}