Gmail Auto BCC
Open source automatic cc/bcc for gmail.
Hvad er Gmail Auto BCC?
Gmail Auto BCC er en Chrome-udvidelse udviklet af https://myoutdesk.com, og dens hovedfunktion er "Open source automatic cc/bcc for gmail.".
Udvidelsesskærmbilleder
Download Gmail Auto BCC-udvidelses-CRX-fil
Download Gmail Auto BCC-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
- 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
Grundlæggende oplysninger om udvidelsen
Navn | Gmail Auto BCC |
ID | ofegoambibneigpiejjadgfahhncpcoh |
Officiel URL | https://chromewebstore.google.com/detail/gmail-auto-bcc/ofegoambibneigpiejjadgfahhncpcoh |
Beskrivelse | Open source automatic cc/bcc for gmail. |
Filstørrelse | 346 KB |
Antal Installationer | 485 |
Nuværende Version | 1.7 |
Senest Opdateret | 2024-02-21 |
Udgivelsesdato | 2022-09-26 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | https://myoutdesk.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/MyOutDeskLLC/auto-bcc |
Hjælpeside-URL | https://github.com/MyOutDeskLLC/auto-bcc |
URL til Fortrolighedspolitik Side | https://github.com/MyOutDeskLLC/OSS-Privacy-Policy/blob/main/PRIVACY.md |
Understøttede Sprog | 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" } |