Chat Thread Getchu
You will be able to get thread links for chat
Chat Thread Getchu란 무엇입니까?
Chat Thread Getchu은(는) Mizuno에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "You will be able to get thread links for chat"입니다.
확장 프로그램 스크린샷
Chat Thread Getchu 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
It is a function that you can get the URL of each thread with google chat. It's easy to lose track of the thread because it runs quickly, and it was difficult to tell this thread even if you wanted to share it with someone, so please use this extension to get the URL and record or share it.
확장 프로그램 기본 정보
이름 | Chat Thread Getchu |
ID | hfbadkbkednhhimidcichmcmgeichgci |
공식 URL | https://chromewebstore.google.com/detail/chat-thread-getchu/hfbadkbkednhhimidcichmcmgeichgci |
설명 | You will be able to get thread links for chat |
파일 크기 | 37.64 KB |
설치 횟수 | 3,878 |
현재 버전 | 2.0.0 |
최근 업데이트 | 2022-09-28 |
출시 날짜 | 2021-09-09 |
평점 | 4.60/5 총 5 개의 평점 |
개발자 | Mizuno |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "2.0.0", "default_locale": "en", "icons": { "128": "icon\/icon.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "http:\/\/chat.google.com\/**", "https:\/\/chat.google.com\/**", "http:\/\/mail.google.com\/chat\/**", "https:\/\/mail.google.com\/chat\/**" ], "js": [ ".\/js\/main.bundle.js" ], "all_frames": true } ] } |