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…
Was ist Good Sign-Offs Gmail Extension?
Good Sign-Offs Gmail Extension ist eine Chrome-Erweiterung, die von https://www.angelicavelasco.com entwickelt wurde, und ihr Hauptmerkmal ist "100+ ways to tell someone goodbye. Randomly insert a sign-off with the click of a button from the Gmail composer. Sayings created…".
Erweiterungsscreenshots
Good Sign-Offs Gmail Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie Good Sign-Offs Gmail Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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/ Grundlegende Informationen zur Erweiterung
| Name | |
| ID | cjnofdlhmemkhpblcjfebeifobamahle |
| Offizielle URL | https://chromewebstore.google.com/detail/good-sign-offs-gmail-exte/cjnofdlhmemkhpblcjfebeifobamahle |
| Beschreibung | 100+ ways to tell someone goodbye. Randomly insert a sign-off with the click of a button from the Gmail composer. Sayings created… |
| Dateigröße | 33.03 KB |
| Installationsanzahl | 38 |
| Aktuelle Version | 1.2 |
| Letztes Update | 2019-12-02 |
| Veröffentlichungsdatum | 2019-12-02 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | https://www.angelicavelasco.com |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |