GChat copy thread link & quote reply

Add button to copy link to thread and add button to messages to quote reply on Google Chat

GChat copy thread link & quote replyคืออะไร?

GChat copy thread link & quote reply เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ml493470361 และคุณลักษณะหลักของมันคือ "Add button to copy link to thread and add button to messages to quote reply on Google Chat"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GChat copy thread link & quote reply

ดาวน์โหลดไฟล์ส่วนขยาย GChat copy thread link & quote reply ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Easy to copy GChat thread link and quick quote reply                    

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

ชื่อ GChat copy thread link & quote reply GChat copy thread link & quote reply
ID dihkeojolddjojaplfcmibboccnhdghn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gchat-copy-thread-link-qu/dihkeojolddjojaplfcmibboccnhdghn
คำอธิบาย Add button to copy link to thread and add button to messages to quote reply on Google Chat
ขนาดไฟล์ 6.46 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2022-04-22
วันที่เผยแพร่ 2022-04-15
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา ml493470361
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GChat copy thread link & quote reply",
    "description": "Add button to copy link to thread and add button to messages to quote reply on Google Chat",
    "version": "1.2",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.google.com\/*",
                "https:\/\/mail.google.com\/chat\/*"
            ],
            "all_frames": true,
            "js": [
                "index.js"
            ],
            "run_at": "document_end"
        }
    ]
}