OpenAutoCC
Automatically add CC and BCC addresses to new emails in Gmail!
Qu'est-ce que OpenAutoCC ?
OpenAutoCC est une extension Chrome développée par Unknown, et sa fonction principale est "Automatically add CC and BCC addresses to new emails in Gmail!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension OpenAutoCC
Téléchargez les fichiers d'extension OpenAutoCC 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
Automatically add CC and BCC addresses to new emails in Gmail!
Informations de Base sur l'Extension
Nom | OpenAutoCC |
ID | abfbngpbpfojjakiajbhbgjgeeicckof |
URL Officiel | https://chromewebstore.google.com/detail/openautocc/abfbngpbpfojjakiajbhbgjgeeicckof |
Description | Automatically add CC and BCC addresses to new emails in Gmail! |
Taille du Fichier | 21.42 KB |
Nombre d'Installations | 45 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2019-09-16 |
Date de Publication | 2019-09-16 |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |