Save Email to PDF on Gmail

Save your Gmail emails to PDF document in one-click, supports bulk conversion.

Save Email to PDF on Gmail là gì?

Save Email to PDF on Gmail là một tiện ích mở rộng Chrome được phát triển bởi Social Analyzer, và tính năng chính của nó là "Save your Gmail emails to PDF document in one-click, supports bulk conversion.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Save Email to PDF on Gmail

Tải xuống các tệp mở rộng Save Email to PDF on Gmail dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This extension helps you convert Gmail mail into PDF documents and download them locally. In addition, in the mailing list, select multiple Gmail emails and click the extension logo to download them in batches.

We provide two ways for PDF conversion:
➢ The red button is a simple mode. In this mode, ordinary documents will be generated, removing images, lines and other elements.
➢ The blue button is the normal mode. In this mode, a standard document will be generated, which is closest to the original mail content format.

feature:
➢ Download it locally. It will not infringe your privacy, nor will it view your email content.
➢ The download will not open a new window, but will be performed on the current page.
➢ Support converting bulk emails to PDF on a click.
➢ Set email name to PDF file name automatically.

this extension was made by third party developers and it is NOT made by Gmail Inc.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Save Email to PDF on Gmail Save Email to PDF on Gmail
ID hlkddmhjhfcjeiillhalghbjkbdghmcg
URL Chính Thức https://chrome.google.com/webstore/detail/save-email-to-pdf-on-gmai/hlkddmhjhfcjeiillhalghbjkbdghmcg
Mô tả Save your Gmail emails to PDF document in one-click, supports bulk conversion.
Kích Thước Tệp 5.99 MB
Số Lần Cài Đặt 962
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2023-08-22
Ngày Phát Hành 2022-09-27
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Social Analyzer
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://gmplus.io/gmplus-private-policy
Ngôn Ngữ Được Hỗ Trợ de,en,fr,nl,da,et,es,it,lv,lt,pl,pt-BR,pt-PT,sk,sl,cs,bg,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": [],
    "background": {
        "service_worker": "background.js"
    },
    "homepage_url": "https:\/\/gmplus.io?utm_source=gm-pdf",
    "content_scripts": [
        {
            "css": [
                "\/css\/button-index.css"
            ],
            "js": [
                "\/content-scripts\/button-index.js",
                "\/content-scripts\/content.js"
            ],
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "\/content-scripts\/prefs.js",
                "\/content-scripts\/index.js"
            ],
            "matches": [
                "*:\/\/mail.google.com\/mail\/*save-as-pdf-jspdf*",
                "*:\/\/mail.google.com\/mail\/*save-as-pdf-print*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "host_permissions": [
        "*:\/\/mail.google.com\/*"
    ],
    "icons": {
        "16": "\/icons\/16.png",
        "32": "\/icons\/32.png",
        "48": "\/icons\/48.png",
        "64": "\/icons\/64.png",
        "128": "\/icons\/128.png"
    },
    "manifest_version": 3,
    "name": "Save Email to PDF on Gmail",
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "storage",
        "downloads",
        "scripting"
    ],
    "storage": {
        "managed_schema": "schema.json"
    },
    "version": "1.0.5",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "resources": [
                "icons\/icon-blue.svg",
                "icons\/icon-red.svg",
                "assets\/*.ttf",
                "inject\/inject.js"
            ]
        }
    ]
}