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…
Wat is Good Sign-Offs Gmail Extension?
Good Sign-Offs Gmail Extension is een Chrome-extensie ontwikkeld door https://www.angelicavelasco.com, en de belangrijkste functie is "100+ ways to tell someone goodbye. Randomly insert a sign-off with the click of a button from the Gmail composer. Sayings created…".
Extensie Screenshots
Download het CRX-bestand van de extensie Good Sign-Offs Gmail Extension
Download Good Sign-Offs Gmail Extension-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
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/ Basisinformatie over de Extensie
| Naam | |
| ID | cjnofdlhmemkhpblcjfebeifobamahle |
| Officiële URL | https://chromewebstore.google.com/detail/good-sign-offs-gmail-exte/cjnofdlhmemkhpblcjfebeifobamahle |
| Beschrijving | 100+ ways to tell someone goodbye. Randomly insert a sign-off with the click of a button from the Gmail composer. Sayings created… |
| Bestandsgrootte | 33.03 KB |
| Aantal Installaties | 38 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2019-12-02 |
| Publicatiedatum | 2019-12-02 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://www.angelicavelasco.com |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |