Gmail Move-To-Top Attachment
Automatically moves Gmail email attachments to the top of the email for a better experience
Apa itu Gmail Move-To-Top Attachment?
Gmail Move-To-Top Attachment adalah ekstensi Chrome yang dikembangkan oleh Fabio B., dan fitur utamanya adalah "Automatically moves Gmail email attachments to the top of the email for a better experience".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Gmail Move-To-Top Attachment
Unduh file ekstensi Gmail Move-To-Top Attachment 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
A small tool that automatically moves your Gmail email attachment to the top of the email for a better user experience and a gain in productivity. Informasi Dasar Ekstensi
| Nama | |
| ID | pchhdadkgoameiaolfngnkmpbplnlcda |
| URL Resmi | https://chromewebstore.google.com/detail/gmail-move-to-top-attachm/pchhdadkgoameiaolfngnkmpbplnlcda |
| Deskripsi | Automatically moves Gmail email attachments to the top of the email for a better experience |
| Ukuran File | 8.74 KB |
| Jumlah Instalasi | 11,020 |
| Versi Saat Ini | 1.1 |
| Terakhir Diperbarui | 2023-07-04 |
| Tanggal Publikasi | 2022-02-02 |
| Penilaian | 3.30/5 Total 10 Penilaian |
| Pengembang | Fabio B. |
| [email protected] | |
| Tipe Pembayaran | free |
| Bahasa yang Didukung | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Gmail Move-To-Top Attachment",
"description": "Automatically moves Gmail email attachments to the top of the email for a better experience",
"version": "1.1",
"manifest_version": 3,
"permissions": [],
"content_scripts": [
{
"matches": [
"https:\/\/mail.google.com\/*"
],
"js": [
"arrive.min.js",
"script.js"
]
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |