Meet Reactions

React quickly without speaking or typing a text

Meet Reactions là gì?

Meet Reactions là một tiện ích mở rộng Chrome được phát triển bởi shubham.sp96, và tính năng chính của nó là "React quickly without speaking or typing a text".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Meet Reactions

Tải xuống các tệp mở rộng Meet Reactions dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Send reactions during chat.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Meet Reactions Meet Reactions
ID lhienloappjhbfomchpmcbidfabgdjmn
URL Chính Thức https://chromewebstore.google.com/detail/meet-reactions/lhienloappjhbfomchpmcbidfabgdjmn
Mô tả React quickly without speaking or typing a text
Kích Thước Tệp 48.28 MB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2021-03-24
Ngày Phát Hành 2021-02-03
Nhà Phát Triển shubham.sp96
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Meet Reactions",
    "description": "React quickly without speaking or typing a text",
    "version": "1.3",
    "icons": {
        "48": "images\/logo48x48.png"
    },
    "permissions": [
        "tabs",
        "identity",
        "*:\/\/people.googleapis.com\/*"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "dist\/app.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/meet.google.com\/*"
            ],
            "js": [
                "dist\/app.js"
            ],
            "css": [
                "dist\/app.css"
            ]
        }
    ],
    "browser_action": [],
    "web_accessible_resources": [
        "images\/*",
        "audio\/*",
        "dist\/*"
    ],
    "oauth2": {
        "client_id": "675465846421-4ujb7kni2iflqmr1gdok5fmdc8for999.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    }
}