Gmail Move-To-Top Attachment
Automatically moves Gmail email attachments to the top of the email for a better experience
Was ist Gmail Move-To-Top Attachment?
Gmail Move-To-Top Attachment ist eine Chrome-Erweiterung, die von Fabio B. entwickelt wurde, und ihr Hauptmerkmal ist "Automatically moves Gmail email attachments to the top of the email for a better experience".
Erweiterungsscreenshots
Gmail Move-To-Top Attachment-Erweiterungs-CRX-Datei herunterladen
Laden Sie Gmail Move-To-Top Attachment-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | pchhdadkgoameiaolfngnkmpbplnlcda |
| Offizielle URL | https://chromewebstore.google.com/detail/gmail-move-to-top-attachm/pchhdadkgoameiaolfngnkmpbplnlcda |
| Beschreibung | Automatically moves Gmail email attachments to the top of the email for a better experience |
| Dateigröße | 8.74 KB |
| Installationsanzahl | 11,020 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2023-07-04 |
| Veröffentlichungsdatum | 2022-02-02 |
| Bewertung | 3.30/5 Insgesamt 10 Bewertungen |
| Entwickler | Fabio B. |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |