Save Gmail to PDF

This is the simplest tool to save your emails to PDF format with just one click

Save Gmail to PDFคืออะไร?

Save Gmail to PDF เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gmail-to-pdf.freebusinessapps.net และคุณลักษณะหลักของมันคือ "This is the simplest tool to save your emails to PDF format with just one click"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Save Gmail to PDF

ดาวน์โหลดไฟล์ส่วนขยาย Save Gmail to PDF ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This is the simplest tool to save your emails to PDF format with just one click.
This extension allows you to download emails as pdf files, you can easily use and without any difficulties

Gmail is a trademark of Google Inc. The use of the trademark is subject to Google’s permission.
 This extension is neither endorsed by or affiliated with Google. 
This extension Gmail Notes is made by a third party developer.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Save Gmail to PDF Save Gmail to PDF
ID pbijjgakgfojfpcbojodoaigdacjpmld
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/save-gmail-to-pdf/pbijjgakgfojfpcbojodoaigdacjpmld
คำอธิบาย This is the simplest tool to save your emails to PDF format with just one click
ขนาดไฟล์ 3.98 MB
จำนวนการติดตั้ง 3,573
เวอร์ชันปัจจุบัน 3.0.0
อัปเดตครั้งล่าสุด 2022-09-21
วันที่เผยแพร่ 2020-05-01
คะแนน 3.76/5 รวมทั้งหมด 68 คะแนน
ผู้พัฒนา https://gmail-to-pdf.freebusinessapps.net
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.freebusinessapps.net/privacy
ภาษาที่รองรับ id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/js\/bg-worker.js"
    },
    "content_scripts": [
        {
            "css": [
                "\/data\/button\/index.css"
            ],
            "js": [
                "\/data\/button\/index.js"
            ],
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "\/prefs.js",
                "\/data\/view\/index.js"
            ],
            "matches": [
                "*:\/\/mail.google.com\/mail\/u\/*\/*&view=pt&*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_application_description__",
    "icons": {
        "128": "\/data\/icons\/128.png",
        "16": "\/data\/icons\/icon-16.png",
        "256": "\/data\/icons\/256.png",
        "32": "\/data\/icons\/icon-32.png",
        "48": "\/data\/icons\/icon-48.png",
        "64": "\/data\/icons\/64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_application_title__",
    "options_ui": {
        "page": "\/data\/options\/index.html"
    },
    "permissions": [
        "storage",
        "downloads",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/mail.google.com\/*"
    ],
    "storage": {
        "managed_schema": "schema.json"
    },
    "version": "3.0.0",
    "web_accessible_resources": [
        {
            "resources": [
                "data\/button\/icon-blue.svg",
                "data\/button\/icon-orange.svg",
                "data\/print\/index.html",
                "data\/assets\/*.ttf"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "\/data\/icons\/icon-16.png",
            "32": "\/data\/icons\/icon-32.png",
            "48": "\/data\/icons\/icon-48.png"
        },
        "default_popup": "popup.html",
        "default_title": "Save Your Email To PDF"
    },
    "homepage_url": "https:\/\/gmail-to-pdf.freebusinessapps.net\/"
}