Gmail automatic BCC me by 010Pixel
A plugin for gmail to automatically BCC sender's email.
什麼是Gmail automatic BCC me by 010Pixel?
Gmail automatic BCC me by 010Pixel是由010pixel開發的Chrome擴展程式,該擴展的主要功能是“A plugin for gmail to automatically BCC sender's email.”。
擴展截圖
下載Gmail automatic BCC me by 010Pixel擴展crx文件
下載Gmail automatic BCC me by 010Pixel擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Gmail automatic BCC me by 010Pixel |
ID | cdbbhmihggfhmhbbmabpkpflahdeodgo |
官方網址 | https://chromewebstore.google.com/detail/gmail-automatic-bcc-me-by/cdbbhmihggfhmhbbmabpkpflahdeodgo |
簡介 | A plugin for gmail to automatically BCC sender's email. |
檔案大小 | 438 KB |
安裝次數 | 734 |
目前版本 | 1.1.3 |
更新時間 | 2017-05-22 |
上架時間 | 2017-05-21 |
評分 | 5.00/5 共 4 次評分 |
開發者 | 010pixel |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://www.010pixel.com/ |
隱私政策頁面URL | https://privacy.010pixel.com/chrome |
支援的語言 | 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" ] } ] } |