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…
Apa itu Good Sign-Offs Gmail Extension?
Good Sign-Offs Gmail Extension adalah ekstensi Chrome yang dikembangkan oleh https://www.angelicavelasco.com, dan fitur utamanya adalah "100+ ways to tell someone goodbye. Randomly insert a sign-off with the click of a button from the Gmail composer. Sayings created…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Good Sign-Offs Gmail Extension
Unduh file ekstensi Good Sign-Offs Gmail Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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/ Informasi Dasar Ekstensi
| Nama | |
| ID | cjnofdlhmemkhpblcjfebeifobamahle |
| URL Resmi | https://chromewebstore.google.com/detail/good-sign-offs-gmail-exte/cjnofdlhmemkhpblcjfebeifobamahle |
| Deskripsi | 100+ ways to tell someone goodbye. Randomly insert a sign-off with the click of a button from the Gmail composer. Sayings created… |
| Ukuran File | 33.03 KB |
| Jumlah Instalasi | 38 |
| Versi Saat Ini | 1.2 |
| Terakhir Diperbarui | 2019-12-02 |
| Tanggal Publikasi | 2019-12-02 |
| Penilaian | 5.00/5 Total 1 Penilaian |
| Pengembang | https://www.angelicavelasco.com |
| [email protected] | |
| Tipe Pembayaran | free |
| Bahasa yang Didukung | 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"
}
} | |