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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Cuckoo - Log Google Meet Chat Messages 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
        }
    ]
}