Gmail Auto BCC
Open source automatic cc/bcc for gmail.
Gmail Auto BCC là gì?
Gmail Auto BCC là một tiện ích mở rộng Chrome được phát triển bởi https://myoutdesk.com, và tính năng chính của nó là "Open source automatic cc/bcc for gmail.".
Ả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 Auto BCC
Tải xuống các tệp mở rộng Gmail Auto BCC 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
- Automatic CC & BCC for Gmail, now with multiple sender support - Customize rules based on sender information - Auto-populate recipients for sends and replies - Ad-free, distraction-free, tracking-free environment - Enhances Gmail productivity
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Gmail Auto BCC |
ID | ofegoambibneigpiejjadgfahhncpcoh |
URL Chính Thức | https://chromewebstore.google.com/detail/gmail-auto-bcc/ofegoambibneigpiejjadgfahhncpcoh |
Mô tả | Open source automatic cc/bcc for gmail. |
Kích Thước Tệp | 346 KB |
Số Lần Cài Đặt | 485 |
Phiên Bản Hiện Tại | 1.7 |
Cập Nhật Lần Cuối | 2024-02-21 |
Ngày Phát Hành | 2022-09-26 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://myoutdesk.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/MyOutDeskLLC/auto-bcc |
URL Trang Trợ Giúp | https://github.com/MyOutDeskLLC/auto-bcc |
URL Trang Chính Sách Bảo Mật | https://github.com/MyOutDeskLLC/OSS-Privacy-Policy/blob/main/PRIVACY.md |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gmail Auto BCC", "description": "Open source automatic cc\/bcc for gmail.", "version": "1.7", "manifest_version": 3, "web_accessible_resources": [ { "matches": [ "https:\/\/inbox.google.com\/*", "https:\/\/mail.google.com\/*" ], "resources": [ "src\/icons\/gray-scale-orange-square-mail.png", "src\/icons\/orange-square-mail.png" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/inbox.google.com\/*", "https:\/\/mail.google.com\/*" ], "resources": [ "assets\/gmail.ts-7-KkizdX.js" ], "use_dynamic_url": true } ], "content_scripts": [ { "js": [ "assets\/gmail.ts-loader-IvZeWprR.js" ], "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ], "run_at": "document_start" } ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "host_permissions": [ "https:\/\/mail.google.com\/", "https:\/\/inbox.google.com\/" ], "permissions": [ "storage" ], "action": { "default_icon": { "128": "src\/icons\/orange-square-mail.png" }, "default_title": "Gmail AutoBCC" }, "icons": { "128": "src\/icons\/orange-square-mail.png" }, "options_page": "index.html" } |