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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Transmit chat messages on Google Meet to a Slack channel automatically"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cuckoo - Log Google Meet Chat Messages एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
        }
    ]
}