Meet Reactions

React quickly without speaking or typing a text

Meet Reactions란 무엇입니까?

Meet Reactions은(는) shubham.sp96에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "React quickly without speaking or typing a text"입니다.

확장 프로그램 스크린샷

screenshot

Meet Reactions 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Send reactions during chat.                    

확장 프로그램 기본 정보

이름 Meet Reactions Meet Reactions
ID lhienloappjhbfomchpmcbidfabgdjmn
공식 URL https://chromewebstore.google.com/detail/meet-reactions/lhienloappjhbfomchpmcbidfabgdjmn
설명 React quickly without speaking or typing a text
파일 크기 48.28 MB
설치 횟수 19
현재 버전 1.3
최근 업데이트 2021-03-24
출시 날짜 2021-02-03
개발자 shubham.sp96
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
        ]
    }
}