Gmail Auto BCC
Open source automatic cc/bcc for gmail.
Gmail Auto BCCคืออะไร?
Gmail Auto BCC เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://myoutdesk.com และคุณลักษณะหลักของมันคือ "Open source automatic cc/bcc for gmail."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gmail Auto BCC
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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" } |