Gmail Auto BCC
Open source automatic cc/bcc for gmail.
Qu'est-ce que Gmail Auto BCC ?
Gmail Auto BCC est une extension Chrome développée par https://myoutdesk.com, et sa fonction principale est "Open source automatic cc/bcc for gmail.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Gmail Auto BCC
Téléchargez les fichiers d'extension Gmail Auto BCC au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
- 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
Informations de Base sur l'Extension
Nom | Gmail Auto BCC |
ID | ofegoambibneigpiejjadgfahhncpcoh |
URL Officiel | https://chromewebstore.google.com/detail/gmail-auto-bcc/ofegoambibneigpiejjadgfahhncpcoh |
Description | Open source automatic cc/bcc for gmail. |
Taille du Fichier | 346 KB |
Nombre d'Installations | 485 |
Version Actuelle | 1.7 |
Dernière Mise à Jour | 2024-02-21 |
Date de Publication | 2022-09-26 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://myoutdesk.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/MyOutDeskLLC/auto-bcc |
URL de la Page d'Aide | https://github.com/MyOutDeskLLC/auto-bcc |
URL de la Page de Politique de Confidentialité | https://github.com/MyOutDeskLLC/OSS-Privacy-Policy/blob/main/PRIVACY.md |
Langues Prises en Charge | 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" } |