OpenAutoCC
Automatically add CC and BCC addresses to new emails in Gmail!
Wat is OpenAutoCC?
OpenAutoCC is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Automatically add CC and BCC addresses to new emails in Gmail!".
Extensie Screenshots
Download het CRX-bestand van de extensie OpenAutoCC
Download OpenAutoCC-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
Automatically add CC and BCC addresses to new emails in Gmail!
Basisinformatie over de Extensie
Naam | OpenAutoCC |
ID | abfbngpbpfojjakiajbhbgjgeeicckof |
Officiële URL | https://chromewebstore.google.com/detail/openautocc/abfbngpbpfojjakiajbhbgjgeeicckof |
Beschrijving | Automatically add CC and BCC addresses to new emails in Gmail! |
Bestandsgrootte | 21.42 KB |
Aantal Installaties | 45 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2019-09-16 |
Publicatiedatum | 2019-09-16 |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |