Gmail Auto BCC
Open source automatic cc/bcc for gmail.
Wat is Gmail Auto BCC?
Gmail Auto BCC is een Chrome-extensie ontwikkeld door https://myoutdesk.com, en de belangrijkste functie is "Open source automatic cc/bcc for gmail.".
Extensie Screenshots
Download het CRX-bestand van de extensie Gmail Auto BCC
Download Gmail Auto BCC-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
- 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
Basisinformatie over de Extensie
Naam | Gmail Auto BCC |
ID | ofegoambibneigpiejjadgfahhncpcoh |
Officiële URL | https://chromewebstore.google.com/detail/gmail-auto-bcc/ofegoambibneigpiejjadgfahhncpcoh |
Beschrijving | Open source automatic cc/bcc for gmail. |
Bestandsgrootte | 346 KB |
Aantal Installaties | 485 |
Huidige Versie | 1.7 |
Laatst Bijgewerkt | 2024-02-21 |
Publicatiedatum | 2022-09-26 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://myoutdesk.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/MyOutDeskLLC/auto-bcc |
Help Pagina-URL | https://github.com/MyOutDeskLLC/auto-bcc |
URL van de Privacybeleid Pagina | https://github.com/MyOutDeskLLC/OSS-Privacy-Policy/blob/main/PRIVACY.md |
Ondersteunde Talen | 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" } |