Gmail Pop Out Reply Default
Automatically opens the Pop Out Reply when clicking Reply, that's it.
Gmail Pop Out Reply Default là gì?
Gmail Pop Out Reply Default là một tiện ích mở rộng Chrome được phát triển bởi etnik29, và tính năng chính của nó là "Automatically opens the Pop Out Reply when clicking Reply, that's it.".
Ả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 Gmail Pop Out Reply Default
Tải xuống các tệp mở rộng Gmail Pop Out Reply Default 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
In Gmail: Opens the Pop Out Reply when clicking Reply. No information is collected.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Gmail Pop Out Reply Default |
ID | ogngkhlopjdkmfldjnhdinibcaffdnik |
URL Chính Thức | https://chromewebstore.google.com/detail/gmail-pop-out-reply-defau/ogngkhlopjdkmfldjnhdinibcaffdnik |
Mô tả | Automatically opens the Pop Out Reply when clicking Reply, that's it. |
Kích Thước Tệp | 76.83 KB |
Số Lần Cài Đặt | 94 |
Phiên Bản Hiện Tại | 2.0.0 |
Cập Nhật Lần Cuối | 2023-06-18 |
Ngày Phát Hành | 2023-06-18 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | etnik29 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Gmail Pop Out Reply Default", "description": "Automatically opens the Pop Out Reply when clicking Reply, that's it.", "version": "2.0.0", "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "icons\/icons.png", "48": "icons\/icons.png", "128": "icons\/icons.png" }, "default_title": "Gmail Pop Out Reply Default" }, "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/mail\/*" ], "js": [ "content\/content.js" ] } ], "icons": { "16": "icons\/icons.png", "48": "icons\/icons.png", "128": "icons\/icons.png" }, "host_permissions": [ "https:\/\/mail.google.com\/*" ] } |