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…
Co to jest Good Sign-Offs Gmail Extension?
Good Sign-Offs Gmail Extension to rozszerzenie Chrome opracowane przez https://www.angelicavelasco.com, a jego główną funkcją jest „100+ ways to tell someone goodbye. Randomly insert a sign-off with the click of a button from the Gmail composer. Sayings created…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Good Sign-Offs Gmail Extension
Pobierz pliki rozszerzeń Good Sign-Offs Gmail Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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/ Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | cjnofdlhmemkhpblcjfebeifobamahle |
| Oficjalny URL | https://chromewebstore.google.com/detail/good-sign-offs-gmail-exte/cjnofdlhmemkhpblcjfebeifobamahle |
| Opis | 100+ ways to tell someone goodbye. Randomly insert a sign-off with the click of a button from the Gmail composer. Sayings created… |
| Rozmiar pliku | 33.03 KB |
| Liczba instalacji | 38 |
| Aktualna Wersja | 1.2 |
| Ostatnia Aktualizacja | 2019-12-02 |
| Data Publikacji | 2019-12-02 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | https://www.angelicavelasco.com |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
} | |