OpenAutoCC
Automatically add CC and BCC addresses to new emails in Gmail!
什麼是OpenAutoCC?
OpenAutoCC是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Automatically add CC and BCC addresses to new emails in Gmail!”。
擴展截圖
下載OpenAutoCC擴展crx文件
下載OpenAutoCC擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Automatically add CC and BCC addresses to new emails in Gmail! 擴展基本資訊
| 名稱 | |
| ID | abfbngpbpfojjakiajbhbgjgeeicckof |
| 官方網址 | https://chromewebstore.google.com/detail/openautocc/abfbngpbpfojjakiajbhbgjgeeicckof |
| 簡介 | Automatically add CC and BCC addresses to new emails in Gmail! |
| 檔案大小 | 21.42 KB |
| 安裝次數 | 45 |
| 目前版本 | 0.1 |
| 更新時間 | 2019-09-16 |
| 上架時間 | 2019-09-16 |
| 開發者 | Unknown |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "OpenAutoCC",
"version": "0.1",
"content_scripts": [
{
"matches": [
"https:\/\/mail.google.com\/*",
"http:\/\/mail.google.com\/*",
"https:\/\/inbox.google.com\/*",
"http:\/\/inbox.google.com\/*"
],
"js": [
"inboxsdk.js",
"openautocc.js"
]
}
],
"options_page": "settings.html",
"permissions": [
"storage"
]
} | |