Print all Gmail attachments

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

What is Print all Gmail attachments?

Print all Gmail attachments is a Chrome extension developed by Joey, and its main feature is "Print all PDF attachments in a mail with just one easy click.".

Extension Screenshots

screenshot
screenshot

Download Print all Gmail attachments Extension CRX File

Download Print all Gmail attachments 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

                        "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.                    

Extension Basic Information

Name Print all Gmail attachments Print all Gmail attachments
ID hoakffelomffphanghlcekmklbfjolfh
Official URL https://chromewebstore.google.com/detail/print-all-gmail-attachmen/hoakffelomffphanghlcekmklbfjolfh
Description Print all PDF attachments in a mail with just one easy click.
File Size 208 KB
Installation Count 5,406
Current Version 2.0.1
Last Updated 2024-02-18
Publish Date 2021-11-15
Rating 2.50/5 Total 20 Ratings
Developer Joey
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    ]
}