Gmail Move-To-Top Attachment

Automatically moves Gmail email attachments to the top of the email for a better experience

What is Gmail Move-To-Top Attachment?

Gmail Move-To-Top Attachment is a Chrome extension developed by Fabio B., and its main feature is "Automatically moves Gmail email attachments to the top of the email for a better experience".

Extension Screenshots

screenshot

Download Gmail Move-To-Top Attachment Extension CRX File

Download Gmail Move-To-Top Attachment extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Gmail Move-To-Top Attachment Gmail Move-To-Top Attachment
ID pchhdadkgoameiaolfngnkmpbplnlcda
Official URL https://chromewebstore.google.com/detail/gmail-move-to-top-attachm/pchhdadkgoameiaolfngnkmpbplnlcda
Description Automatically moves Gmail email attachments to the top of the email for a better experience
File Size 8.74 KB
Installation Count 11,020
Current Version 1.1
Last Updated 2023-07-04
Publish Date 2022-02-02
Rating 3.30/5 Total 10 Ratings
Developer Fabio B.
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}