Print all Gmail attachments

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

Print all Gmail attachmentsとは何ですか?

Print all Gmail attachmentsはJoeyによって開発されたChromeの拡張機能で、その主な機能は「Print all PDF attachments in a mail with just one easy click.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Print all Gmail attachments拡張機能のCRXファイルをダウンロード

Print all Gmail attachments拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Print all Gmail attachments Print all Gmail attachments
ID hoakffelomffphanghlcekmklbfjolfh
公式URL https://chromewebstore.google.com/detail/print-all-gmail-attachmen/hoakffelomffphanghlcekmklbfjolfh
説明 Print all PDF attachments in a mail with just one easy click.
ファイルサイズ 208 KB
インストール数 5,406
現在のバージョン 2.0.1
最終更新日 2024-02-18
公開日 2021-11-15
評価 2.50/5 合計 20 レビュー
開発者 Joey
Eメール [email protected]
支払い方法 free
対応言語 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"
        }
    ]
}