Gmail composer
to compose an email directly
Apa itu Gmail composer?
Gmail composer adalah ekstensi Chrome yang dikembangkan oleh tolanitechnosoft, dan fitur utamanya adalah "to compose an email directly".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Gmail composer
Unduh file ekstensi Gmail composer 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
Compose email from the logged in Gmail account on Google Chrome browser in just one click. Simply click on the extension icon and it will load 'Compose Email' screen for the logged in Gmail account on your Google Chrome browser as shown in the image.
Informasi Dasar Ekstensi
Nama | |
ID | jpjdeadkghlkagcbmlgefnlehdcpifpf |
URL Resmi | https://chromewebstore.google.com/detail/gmail-composer/jpjdeadkghlkagcbmlgefnlehdcpifpf |
Deskripsi | to compose an email directly |
Ukuran File | 19.62 KB |
Jumlah Instalasi | 211 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2020-10-08 |
Tanggal Publikasi | 2020-10-08 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | tolanitechnosoft |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gmail composer", "description": "to compose an email directly ", "version": "1.0.1", "icons": { "128": "Final_128.png" }, "background": { "scripts": [ "popup.js" ] }, "browser_action": { "default_icon": "Final_128.png" }, "permissions": [ "tabs" ] } |