Reveal Desktop Notifications
Get desktop notifications when people want to chat with you on Reveal.
Τι είναι το Reveal Desktop Notifications;
Το Reveal Desktop Notifications είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://revealchat.com, και η κύρια λειτουργία του είναι "Get desktop notifications when people want to chat with you on Reveal.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Reveal Desktop Notifications
Λήψη αρχείων επέκτασης 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" ] } |