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によって開発されたChromeの拡張機能で、その主な機能は「Seja notificado e visualize o bate-papo do Google Meet em qualquer tela!」です。
拡張機能のスクリーンショット
Meet Chat Viewer: Notificar chat Google Meet拡張機能のCRXファイルをダウンロード
Meet Chat Viewer: Notificar chat Google Meet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        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.                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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\/*"
            ]
        }
    ]
}  |  |