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…
Vad är Good Sign-Offs Gmail Extension?
Good Sign-Offs Gmail Extension är en Chrome-tillägg utvecklad av https://www.angelicavelasco.com, och dess huvudfunktion är "100+ ways to tell someone goodbye. Randomly insert a sign-off with the click of a button from the Gmail composer. Sayings created…".
Tilläggsskärmbilder
Ladda ner Good Sign-Offs Gmail Extension-förlängningens CRX-fil
Ladda ner Good Sign-Offs Gmail Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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/ Grundläggande Information om Tillägg
| Namn | |
| ID | cjnofdlhmemkhpblcjfebeifobamahle |
| Officiell webbadress | https://chromewebstore.google.com/detail/good-sign-offs-gmail-exte/cjnofdlhmemkhpblcjfebeifobamahle |
| Beskrivning | 100+ ways to tell someone goodbye. Randomly insert a sign-off with the click of a button from the Gmail composer. Sayings created… |
| Filstorlek | 33.03 KB |
| Antal Installationer | 38 |
| Aktuell Version | 1.2 |
| Senast Uppdaterad | 2019-12-02 |
| Publiceringsdatum | 2019-12-02 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | https://www.angelicavelasco.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |