Google Chat Pin thread & quote reply
Add more utilities for google chat, pin thread and quote reply
Google Chat Pin thread & quote reply là gì?
Google Chat Pin thread & quote reply là một tiện ích mở rộng Chrome được phát triển bởi pinghuy, và tính năng chính của nó là "Add more utilities for google chat, pin thread and quote reply".
Ả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 Google Chat Pin thread & quote reply
Tải xuống các tệp mở rộng Google Chat Pin thread & quote reply 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
Google chat currently has limited features, google chat booster adds pin thread feature, and reply quote feature helps users use google chat more effectively.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Google Chat Pin thread & quote reply |
ID | nfajjboppidehfknpjlicfikoakhljbk |
URL Chính Thức | https://chromewebstore.google.com/detail/google-chat-pin-thread-qu/nfajjboppidehfknpjlicfikoakhljbk |
Mô tả | Add more utilities for google chat, pin thread and quote reply |
Kích Thước Tệp | 59.78 KB |
Số Lần Cài Đặt | 286 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2023-03-18 |
Ngày Phát Hành | 2023-03-17 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | pinghuy |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |