Reveal Desktop Notifications

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

Reveal Desktop Notifications क्या है?

Reveal Desktop Notifications http://revealchat.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get desktop notifications when people want to chat with you on Reveal."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Reveal Desktop Notifications एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}