Gmail automatic BCC me by 010Pixel
A plugin for gmail to automatically BCC sender's email.
Gmail automatic BCC me by 010Pixel là gì?
Gmail automatic BCC me by 010Pixel là một tiện ích mở rộng Chrome được phát triển bởi 010pixel, và tính năng chính của nó là "A plugin for gmail to automatically BCC sender's email.".
Ả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 automatic BCC me by 010Pixel
Tải xuống các tệp mở rộng Gmail automatic BCC me by 010Pixel 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
A very simple plugin to enable you to automatically BCC yourself in creating new email, replying and forwarding email. There is a button in enable/disable the feature in gmail itself. How to: - Click on "Compose" or "Reply" or "Reply all" or "Forward" button and you will automatically be BCCed - To disable or renable this feature, just uncheck the checkbox at the bottom of the compose text popup.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Gmail automatic BCC me by 010Pixel |
ID | cdbbhmihggfhmhbbmabpkpflahdeodgo |
URL Chính Thức | https://chromewebstore.google.com/detail/gmail-automatic-bcc-me-by/cdbbhmihggfhmhbbmabpkpflahdeodgo |
Mô tả | A plugin for gmail to automatically BCC sender's email. |
Kích Thước Tệp | 438 KB |
Số Lần Cài Đặt | 734 |
Phiên Bản Hiện Tại | 1.1.3 |
Cập Nhật Lần Cuối | 2017-05-22 |
Ngày Phát Hành | 2017-05-21 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | 010pixel |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.010pixel.com/ |
URL Trang Chính Sách Bảo Mật | https://privacy.010pixel.com/chrome |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gmail automatic BCC me by 010Pixel", "short_name": "Gmail-Automatic-BCC-Me", "description": "A plugin for gmail to automatically BCC sender's email.", "version": "1.1.3", "author": "010 Pixel", "permissions": [ "https:\/\/mail.google.com\/", "https:\/\/inbox.google.com\/" ], "browser_action": { "default_icon": "images\/icon16.png" }, "icons": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "64": "images\/icon64.png", "96": "images\/icon96.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ], "js": [ "inboxsdk.js", "myapp.js" ] } ] } |