Meet Chat Viewer: Notificar chat Google Meet

Seja notificado e visualize o bate-papo do Google Meet em qualquer tela!

Meet Chat Viewer: Notificar chat Google Meet क्या है?

Meet Chat Viewer: Notificar chat Google Meet Barboza Apps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Seja notificado e visualize o bate-papo do Google Meet em qualquer tela!"।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Meet Chat Viewer: Notificar chat Google Meet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Receba notificações dos participantes no Google Meet e leia as perguntas em qualquer aplicativo em que esteja utilizando sem a necessidade de voltar para a tela de bate-papo. Ideal para professores utilizarem em suas aulas e torna-las mais práticas.                    

एक्सटेंशन की मूल जानकारी

नाम Meet Chat Viewer: Notificar chat Google Meet Meet Chat Viewer: Notificar chat Google Meet
ID fjebcodhehjcnnckiageenbifhkboioj
आधिकारिक URL https://chromewebstore.google.com/detail/meet-chat-viewer-notifica/fjebcodhehjcnnckiageenbifhkboioj
विवरण Seja notificado e visualize o bate-papo do Google Meet em qualquer tela!
फ़ाइल का आकार 113 KB
स्थापना संख्या 128
वर्तमान संस्करण 1.2
अंतिम अपडेट 2021-09-02
प्रकाशन तिथि 2021-08-31
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर Barboza Apps
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Meet Chat Viewer: Notificar chat Google Meet",
    "version": "1.2",
    "description": "Seja notificado e visualize o bate-papo do Google Meet em qualquer tela!",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "MeetChatViewer",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "inject\/js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "inject\/js\/recursosVisuais.js"
            ],
            "css": [
                "inject\/style.css",
                "inject\/bootstrap.min.css"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ]
        }
    ]
}