Reveal Desktop Notifications

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

Reveal Desktop Notifications là gì?

Reveal Desktop Notifications là một tiện ích mở rộng Chrome được phát triển bởi http://revealchat.com, và tính năng chính của nó là "Get desktop notifications when people want to chat with you on Reveal.".

Ả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 Reveal Desktop Notifications

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

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

Tên Reveal Desktop Notifications Reveal Desktop Notifications
ID hjfpffdpfdnfmdfjpcdmcbelbdalkbbj
URL Chính Thức https://chrome.google.com/webstore/detail/reveal-desktop-notificati/hjfpffdpfdnfmdfjpcdmcbelbdalkbbj
Mô tả Get desktop notifications when people want to chat with you on Reveal.
Kích Thước Tệp 96.58 KB
Số Lần Cài Đặt 253
Phiên Bản Hiện Tại 0.2.1
Cập Nhật Lần Cuối 2015-02-18
Ngày Phát Hành 2015-02-18
Đánh Giá 3.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển http://revealchat.com
Loại Thanh Toán free
Trang Web Mở Rộng https://www.revealchat.com
URL Trang Trợ Giúp https://www.revealchat.com/support
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}