Google Chat copy message links

Adds button to copy links to message on Google Chat.

Google Chat copy message links란 무엇입니까?

Google Chat copy message links은(는) 【NXTED】M.F에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds button to copy links to message on Google Chat."입니다.

확장 프로그램 스크린샷

screenshot

Google Chat copy message links 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Focus on the message and a button to copy the link will appear.

Tested Devices: Windows11                    

확장 프로그램 기본 정보

이름 Google Chat copy message links Google Chat copy message links
ID fcpndhggcmeanomlafjkgdnbjkbpkeih
공식 URL https://chromewebstore.google.com/detail/google-chat-copy-message/fcpndhggcmeanomlafjkgdnbjkbpkeih
설명 Adds button to copy links to message on Google Chat.
파일 크기 7.55 KB
설치 횟수 134
현재 버전 0.0.1
최근 업데이트 2023-09-15
출시 날짜 2023-09-14
개발자 【NXTED】M.F
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.nxted.co.jp/
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_desc__",
    "version": "0.0.1",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.google.com\/*",
                "https:\/\/mail.google.com\/chat\/*",
                "https:\/\/mail.google.com\/mail\/*"
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}