Google Chat Pin thread & quote reply
Add more utilities for google chat, pin thread and quote reply
Google Chat Pin thread & quote replyคืออะไร?
Google Chat Pin thread & quote reply เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pinghuy และคุณลักษณะหลักของมันคือ "Add more utilities for google chat, pin thread and quote reply"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Chat Pin thread & quote reply
ดาวน์โหลดไฟล์ส่วนขยาย Google Chat Pin thread & quote reply ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Google chat currently has limited features, google chat booster adds pin thread feature, and reply quote feature helps users use google chat more effectively.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Google Chat Pin thread & quote reply |
ID | nfajjboppidehfknpjlicfikoakhljbk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/google-chat-pin-thread-qu/nfajjboppidehfknpjlicfikoakhljbk |
คำอธิบาย | Add more utilities for google chat, pin thread and quote reply |
ขนาดไฟล์ | 59.78 KB |
จำนวนการติดตั้ง | 286 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2023-03-18 |
วันที่เผยแพร่ | 2023-03-17 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | pinghuy |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "name": "Google Chat Pin thread & quote reply", "description": "Add more utilities for google chat, pin thread and quote reply", "version": "1.0.0", "manifest_version": 3, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "action": [], "options_page": "options.html", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/chat.google.com\/*" ], "run_at": "document_end", "js": [ "contentScript.js" ], "all_frames": true } ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |