OpenAutoCC
Automatically add CC and BCC addresses to new emails in Gmail!
OpenAutoCCคืออะไร?
OpenAutoCC เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Automatically add CC and BCC addresses to new emails in Gmail!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OpenAutoCC
ดาวน์โหลดไฟล์ส่วนขยาย OpenAutoCC ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Automatically add CC and BCC addresses to new emails in Gmail!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | OpenAutoCC |
ID | abfbngpbpfojjakiajbhbgjgeeicckof |
URL อย่างเป็นทางการ | 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" ] } |