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 |
公式URL | 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 |
Eメール | [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" ] } ] } |