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.”。
扩展截图
下载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]
扩展基本信息
名称 | |
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" ] } |