Thread Master

Extends Google Chat Threads with extra features

Thread Master란 무엇입니까?

Thread Master은(는) threadmaster에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extends Google Chat Threads with extra features"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Thread Master 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Thread master allows naming & renaming individual threads in google chat. The names are shared among all participants of the threaded room and changing a name should be visible to all those who also use this add-on. Additionally, displays links to all loaded threads in said room on the right side with a separate scroll bar to scroll through a large list of threads in selected room. Clicking on any of them will scroll to said thread.
UPDATE: Added support for new google chat displayed through mail.google.com
UPDATE 2: Added support for both chat.google.com and chat displayed through mail.google.com/chat
UPDATE 3: Fixed compatibility with Chrome v92 (i.e. https://chromestatus.com/feature/5148698084376576 ) which didn't allow users to change thread names.
UPDATE 4: Added support for dark mode
UPDATE 5: fix for new google chat layout
UPDATE 6: Added basic support for in-line threads.                    

확장 프로그램 기본 정보

이름 Thread Master Thread Master
ID aeojppplpcnfkmpcipigmoffjkiffken
공식 URL https://chromewebstore.google.com/detail/thread-master/aeojppplpcnfkmpcipigmoffjkiffken
설명 Extends Google Chat Threads with extra features
파일 크기 50.96 KB
설치 횟수 5,537
현재 버전 0.2.0
최근 업데이트 2023-04-03
출시 날짜 2021-02-22
평점 5.00/5 총 5 개의 평점
개발자 threadmaster
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://hotdesk.zsucic.com/static/hotdesk/occupy2e_privacypolicy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Thread Master",
    "description": "Extends Google Chat Threads with extra features",
    "version": "0.2.0",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.google.com\/u\/0\/frame*"
            ],
            "all_frames": true,
            "js": [
                "threadmaster.js"
            ],
            "run_at": "document_end"
        }
    ]
}