Threads for Google Chat

Display Thread Link in Google Chat

Threads for Google Chatคืออะไร?

Threads for Google Chat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nagamaaaaachi และคุณลักษณะหลักของมันคือ "Display Thread Link in Google Chat"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Threads for Google Chat

ดาวน์โหลดไฟล์ส่วนขยาย Threads for Google Chat ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Google Chat 向けの拡張機能です。
ルームのスレッドをリスト化して、簡単に目的のスレッドまでスクロールすることができるようになります。

This is an extension for Google Chat.
You will be able to list threads in the room and easily scroll to the thread you are looking for!

# Supported Language:

- Japanese
- English                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Threads for Google Chat Threads for Google Chat
ID ofeljikmiggiajkgahjkfadmdipacbmm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/threads-for-google-chat/ofeljikmiggiajkgahjkfadmdipacbmm
คำอธิบาย Display Thread Link in Google Chat
ขนาดไฟล์ 55.14 KB
จำนวนการติดตั้ง 5,027
เวอร์ชันปัจจุบัน 2.2.0
อัปเดตครั้งล่าสุด 2022-04-12
วันที่เผยแพร่ 2020-10-06
คะแนน 4.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา nagamaaaaachi
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Threads for Google Chat",
    "version": "2.2.0",
    "manifest_version": 3,
    "description": "Display Thread Link in Google Chat",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.google.com\/*"
            ],
            "js": [
                "js\/chunk-vendors.js",
                "js\/app.js"
            ],
            "css": [
                "css\/app.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "icons": {
        "48": "48.png"
    }
}