Good Sign-Offs Gmail Extension
100+ ways to tell someone goodbye. Randomly insert a sign-off with the click of a button from the Gmail composer. Sayings created…
O que é Good Sign-Offs Gmail Extension?
Good Sign-Offs Gmail Extension é uma extensão do Chrome desenvolvida por https://www.angelicavelasco.com, e sua principal característica é "100+ ways to tell someone goodbye. Randomly insert a sign-off with the click of a button from the Gmail composer. Sayings created…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Good Sign-Offs Gmail Extension
Baixe arquivos de extensão Good Sign-Offs Gmail Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
100+ ways to tell someone goodbye. Randomly insert a sign-off with the click of a button from the Gmail composer. Sayings created by Meg Miller + collaborators https://www.are.na/meg-miller/good-sign-offs Gmail extension created by Angel Velasco https://angelicavelasco.com/
Informações Básicas da Extensão
Nome | Good Sign-Offs Gmail Extension |
ID | cjnofdlhmemkhpblcjfebeifobamahle |
URL Oficial | https://chromewebstore.google.com/detail/good-sign-offs-gmail-exte/cjnofdlhmemkhpblcjfebeifobamahle |
Descrição | 100+ ways to tell someone goodbye. Randomly insert a sign-off with the click of a button from the Gmail composer. Sayings created… |
Tamanho do Arquivo | 33.03 KB |
Contagem de Instalações | 38 |
Versão Atual | 1.2 |
Última Atualização | 2019-12-02 |
Data de Publicação | 2019-12-02 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://www.angelicavelasco.com |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Good Sign-Offs Gmail Extension", "version": "1.2", "permissions": [ "https:\/\/mail.google.com\/", "https:\/\/inbox.google.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ], "js": [ "inboxsdk.js", "app.js" ] } ], "icons": { "128": "Thumb.png" } } |