Chatlink
View links for Hangouts Chat threads.
Chatlinkคืออะไร?
Chatlink เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Swanand Nirgudkar และคุณลักษณะหลักของมันคือ "View links for Hangouts Chat threads."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chatlink
ดาวน์โหลดไฟล์ส่วนขยาย Chatlink ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Google Chrome Extension to view links for Hangouts Chat (G-Suite). Attaches a link icon at the top right side of each thread below the follow button, which on clicking navigates to that thread.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Chatlink |
ID | ckjmlclggockkinpegpmhgbkokphabag |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/chatlink/ckjmlclggockkinpegpmhgbkokphabag |
คำอธิบาย | View links for Hangouts Chat threads. |
ขนาดไฟล์ | 23.15 KB |
จำนวนการติดตั้ง | 232 |
เวอร์ชันปัจจุบัน | 2.1.2 |
อัปเดตครั้งล่าสุด | 2020-05-30 |
วันที่เผยแพร่ | 2020-05-29 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Swanand Nirgudkar |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chatlink", "version": "2.1.2", "description": "View links for Hangouts Chat threads.", "browser_action": [], "permissions": [ "activeTab", "webRequest", "https:\/\/chat.google.com\/*", "storage" ], "background": { "scripts": [ ".\/scripts\/background.js" ], "persistent": true }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |