Gmail Move-To-Top Attachment
Automatically moves Gmail email attachments to the top of the email for a better experience
Co to jest Gmail Move-To-Top Attachment?
Gmail Move-To-Top Attachment to rozszerzenie Chrome opracowane przez Fabio B., a jego główną funkcją jest „Automatically moves Gmail email attachments to the top of the email for a better experience”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Gmail Move-To-Top Attachment
Pobierz pliki rozszerzeń Gmail Move-To-Top Attachment w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        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.                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | pchhdadkgoameiaolfngnkmpbplnlcda | 
| Oficjalny URL | https://chromewebstore.google.com/detail/gmail-move-to-top-attachm/pchhdadkgoameiaolfngnkmpbplnlcda | 
| Opis | Automatically moves Gmail email attachments to the top of the email for a better experience | 
| Rozmiar pliku | 8.74 KB | 
| Liczba instalacji | 11,020 | 
| Aktualna Wersja | 1.1 | 
| Ostatnia Aktualizacja | 2023-07-04 | 
| Data Publikacji | 2022-02-02 | 
| Ocena | 3.30/5 Łącznie 10 Oceny | 
| Deweloper | Fabio B. | 
| [email protected] | |
| Typ Płatności | free | 
| Obsługiwane Języki | 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"
    }
}  |  |