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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        "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
이메일 [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"
        }
    ]
}