Gmail Auto BCC
Open source automatic cc/bcc for gmail.
什麼是Gmail Auto BCC?
Gmail Auto BCC是由https://myoutdesk.com開發的Chrome擴展程式,該擴展的主要功能是“Open source automatic cc/bcc for gmail.”。
擴展截圖
下載Gmail Auto BCC擴展crx文件
下載Gmail Auto BCC擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
- 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
擴展基本資訊
名稱 | Gmail Auto BCC |
ID | ofegoambibneigpiejjadgfahhncpcoh |
官方網址 | https://chromewebstore.google.com/detail/gmail-auto-bcc/ofegoambibneigpiejjadgfahhncpcoh |
簡介 | Open source automatic cc/bcc for gmail. |
檔案大小 | 346 KB |
安裝次數 | 485 |
目前版本 | 1.7 |
更新時間 | 2024-02-21 |
上架時間 | 2022-09-26 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://myoutdesk.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/MyOutDeskLLC/auto-bcc |
說明頁面URL | https://github.com/MyOutDeskLLC/auto-bcc |
隱私政策頁面URL | https://github.com/MyOutDeskLLC/OSS-Privacy-Policy/blob/main/PRIVACY.md |
支援的語言 | 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" } |