Cuckoo - Log Google Meet Chat Messages
Transmit chat messages on Google Meet to a Slack channel automatically
Τι είναι το Cuckoo - Log Google Meet Chat Messages;
Το Cuckoo - Log Google Meet Chat Messages είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον noraworld, και η κύρια λειτουργία του είναι "Transmit chat messages on Google Meet to a Slack channel automatically".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Cuckoo - Log Google Meet Chat Messages
Λήψη αρχείων επέκτασης Cuckoo - Log Google Meet Chat Messages σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Cuckoo is a browser extension that allows you to post chat messages on Google Meet to a Slack channel. This is the best way to log conversations because chat messages on Google Meet are deleted when its call ends. Features: * You can select a Slack channel to which you want to post * You can get notified from Slack when a new chat message is sent * This is useful when your active tab is not a meeting screen * You can share your meeting URL automatically through Slack * You can also turn off this feature * You can apply settings instantly via a popup menu anytime, even during your meeting
Βασικές Πληροφορίες Επέκτασης
Όνομα | Cuckoo - Log Google Meet Chat Messages |
ID | jgkpnadfdhhglgkimejpibhfiniemhhf |
Επίσημο URL | https://chromewebstore.google.com/detail/cuckoo-log-google-meet-ch/jgkpnadfdhhglgkimejpibhfiniemhhf |
Περιγραφή | Transmit chat messages on Google Meet to a Slack channel automatically |
Μέγεθος Αρχείου | 47.09 KB |
Αριθμός Εγκαταστάσεων | 39 |
Τρέχουσα Έκδοση | 0.2.0 |
Τελευταία Ενημέρωση | 2022-08-03 |
Ημερομηνία Δημοσίευσης | 2021-11-03 |
Προγραμματιστής | noraworld |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/noraworld/cuckoo |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/noraworld/cuckoo/issues |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.freeprivacypolicy.com/live/7e46ca5d-46df-4134-9e11-02addfba616b |
Υποστηριζόμενες Γλώσσες | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extension_name__", "short_name": "__MSG_extension_short_name__", "version": "0.2.0", "manifest_version": 3, "description": "__MSG_extension_description__", "homepage_url": "https:\/\/github.com\/noraworld\/cuckoo", "default_locale": "en", "icons": { "16": "img\/logo16x16.png", "48": "img\/logo48x48.png", "128": "img\/logo128x128.png" }, "permissions": [ "tabs", "storage" ], "host_permissions": [ "https:\/\/slack.com\/*" ], "action": { "default_title": "__MSG_extension_name__", "default_popup": "options.html" }, "options_ui": { "page": "options.html" }, "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "js\/constant.js", "js\/script.js" ], "all_frames": true } ] } |