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…
Cos'è Good Sign-Offs Gmail Extension?
Good Sign-Offs Gmail Extension è un'estensione di Chrome sviluppata da https://www.angelicavelasco.com, e la sua funzione principale è "100+ ways to tell someone goodbye. Randomly insert a sign-off with the click of a button from the Gmail composer. Sayings created…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Good Sign-Offs Gmail Extension
Scarica i file di estensione Good Sign-Offs Gmail Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/ Informazioni di Base sull'Estensione
| Nome | |
| ID | cjnofdlhmemkhpblcjfebeifobamahle |
| URL Ufficiale | https://chromewebstore.google.com/detail/good-sign-offs-gmail-exte/cjnofdlhmemkhpblcjfebeifobamahle |
| Descrizione | 100+ ways to tell someone goodbye. Randomly insert a sign-off with the click of a button from the Gmail composer. Sayings created… |
| Dimensione del File | 33.03 KB |
| Conteggio Installazioni | 38 |
| Versione Corrente | 1.2 |
| Ultimo Aggiornamento | 2019-12-02 |
| Data di Pubblicazione | 2019-12-02 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | https://www.angelicavelasco.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |