Copy Google Chat Links
Copy direct links for Google Chat messages in one click. Supports direct messages, group chats and spaces.
Copy Google Chat Links là gì?
Copy Google Chat Links là một tiện ích mở rộng Chrome được phát triển bởi Avaneesh, và tính năng chính của nó là "Copy direct links for Google Chat messages in one click. Supports direct messages, group chats and spaces.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Copy Google Chat Links
Tải xuống các tệp mở rộng Copy Google Chat Links dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Can enable the copy of direct links to Google Chat messages. Helpful for the teams in an organizational structure to share direct links to specific messages or threads from spaces and group chats they are part of.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Copy Google Chat Links |
ID | egdhbgdninkgcdfdoclpbphljjhaiphc |
URL Chính Thức | https://chromewebstore.google.com/detail/copy-google-chat-links/egdhbgdninkgcdfdoclpbphljjhaiphc |
Mô tả | Copy direct links for Google Chat messages in one click. Supports direct messages, group chats and spaces. |
Kích Thước Tệp | 72.73 KB |
Số Lần Cài Đặt | 482 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2023-12-16 |
Ngày Phát Hành | 2022-10-09 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Avaneesh |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/avaneeshtripathi/copy-google-chat-links |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Copy Google Chat Links", "version": "1.0.3", "description": "Copy direct links for Google Chat messages in one click. Supports direct messages, group chats and spaces.", "permissions": [ "activeTab", "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/logo-16.png", "32": "\/images\/logo-32.png", "48": "\/images\/logo-48.png", "128": "\/images\/logo-128.png" } }, "icons": { "16": "\/images\/logo-16.png", "32": "\/images\/logo-32.png", "48": "\/images\/logo-48.png", "128": "\/images\/logo-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.google.com\/*" ], "css": [ "content.css" ], "js": [ "content.js" ], "run_at": "document_idle", "all_frames": true } ], "author": "Avaneesh Tripathi" } |