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是由noraworld开发的Chrome扩展程序,该扩展的主要功能是“Transmit chat messages on Google Meet to a Slack channel automatically”。
扩展截图
下载Cuckoo - Log Google Meet Chat Messages扩展crx文件
下载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                     扩展基本信息
| 名称 |   |  
| 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
        }
    ]
}  |  |