Reveal Desktop Notifications

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

¿Qué es Reveal Desktop Notifications?

Reveal Desktop Notifications es una extensión de Chrome desarrollada por http://revealchat.com, y su función principal es "Get desktop notifications when people want to chat with you on Reveal.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Reveal Desktop Notifications

Descarga archivos de extensión Reveal Desktop Notifications en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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]                    

Información Básica de la Extensión

Nombre Reveal Desktop Notifications Reveal Desktop Notifications
ID hjfpffdpfdnfmdfjpcdmcbelbdalkbbj
URL Oficial https://chrome.google.com/webstore/detail/reveal-desktop-notificati/hjfpffdpfdnfmdfjpcdmcbelbdalkbbj
Descripción Get desktop notifications when people want to chat with you on Reveal.
Tamaño del Archivo 96.58 KB
Cantidad de Instalaciones 253
Versión Actual 0.2.1
Última Actualización 2015-02-18
Fecha de Publicación 2015-02-18
Calificación 3.80/5 Total de 5 Calificaciones
Desarrollador http://revealchat.com
Tipo de Pago free
Sitio Web de la Extensión https://www.revealchat.com
URL de la Página de Ayuda https://www.revealchat.com/support
Idiomas Soportados 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"
    ]
}