Gmail Pop Out Reply Default
Automatically opens the Pop Out Reply when clicking Reply, that's it.
Apa itu Gmail Pop Out Reply Default?
Gmail Pop Out Reply Default adalah ekstensi Chrome yang dikembangkan oleh etnik29, dan fitur utamanya adalah "Automatically opens the Pop Out Reply when clicking Reply, that's it.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Gmail Pop Out Reply Default
Unduh file ekstensi Gmail Pop Out Reply Default 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
In Gmail: Opens the Pop Out Reply when clicking Reply. No information is collected.
Informasi Dasar Ekstensi
Nama | Gmail Pop Out Reply Default |
ID | ogngkhlopjdkmfldjnhdinibcaffdnik |
URL Resmi | https://chromewebstore.google.com/detail/gmail-pop-out-reply-defau/ogngkhlopjdkmfldjnhdinibcaffdnik |
Deskripsi | Automatically opens the Pop Out Reply when clicking Reply, that's it. |
Ukuran File | 76.83 KB |
Jumlah Instalasi | 94 |
Versi Saat Ini | 2.0.0 |
Terakhir Diperbarui | 2023-06-18 |
Tanggal Publikasi | 2023-06-18 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | etnik29 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Gmail Pop Out Reply Default", "description": "Automatically opens the Pop Out Reply when clicking Reply, that's it.", "version": "2.0.0", "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "icons\/icons.png", "48": "icons\/icons.png", "128": "icons\/icons.png" }, "default_title": "Gmail Pop Out Reply Default" }, "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/mail\/*" ], "js": [ "content\/content.js" ] } ], "icons": { "16": "icons\/icons.png", "48": "icons\/icons.png", "128": "icons\/icons.png" }, "host_permissions": [ "https:\/\/mail.google.com\/*" ] } |