Print all Gmail attachments

Print all PDF attachments in a mail with just one easy click.

¿Qué es Print all Gmail attachments?

Print all Gmail attachments es una extensión de Chrome desarrollada por Joey, y su función principal es "Print all PDF attachments in a mail with just one easy click.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Print all Gmail attachments

Descarga archivos de extensión Print all Gmail attachments en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        "Print all Gmail attachments" is a powerful Chrome extension designed to simplify and streamline the process of printing many PDF attachments in your Gmail inbox. With just a few clicks, you can merge multiple PDFs into a single document and conveniently initiate a print prompt.

Key Features:
- Merge PDFs: Say goodbye to the hassle of printing each PDF attachment separately. This extension intelligently merges all the attached PDFs into one cohesive document, saving you time and effort.

- Selective Printing: Sometimes, you only need to print PDFs associated with a specific email or conversation. With the PDF Print Assistant, you can click on mail replies or earlier messages to print only the PDFs relevant to that particular conversation.

- Seamless Integration: This extension seamlessly integrates into your Gmail interface, making it easy to access and use. Simply install it from the Chrome Web Store, disable Adblock, and reload your Gmail page to start enjoying its benefits.

- Automated Print Prompt: Once you have merged the PDFs, the extension automatically opens a print prompt, eliminating the need for additional steps. This user-friendly feature ensures a smooth and efficient printing experience.

Enhance your productivity and streamline your PDF printing workflow with the PDF Print Assistant for Gmail. Install it today and start printing your PDF attachments with ease.

Please note: This extension requires Adblock to be disabled (on Gmail only), and a page reload (F5) is necessary after installation for it to function properly.                    

Información Básica de la Extensión

Nombre Print all Gmail attachments Print all Gmail attachments
ID hoakffelomffphanghlcekmklbfjolfh
URL Oficial https://chromewebstore.google.com/detail/print-all-gmail-attachmen/hoakffelomffphanghlcekmklbfjolfh
Descripción Print all PDF attachments in a mail with just one easy click.
Tamaño del Archivo 208 KB
Cantidad de Instalaciones 5,406
Versión Actual 2.0.1
Última Actualización 2024-02-18
Fecha de Publicación 2021-11-15
Calificación 2.50/5 Total de 20 Calificaciones
Desarrollador Joey
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Print all Gmail attachments",
    "description": "Print all PDF attachments in a mail with just one easy click.",
    "version": "2.0.1",
    "manifest_version": 3,
    "author": "Ome Joey",
    "permissions": [],
    "icons": {
        "128": "icon128.png"
    },
    "host_permissions": [
        "https:\/\/mail.google.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "gmail-content-script.js"
            ],
            "run_at": "document_start"
        }
    ]
}