Save Gmail Emails as PDFs (secured by Duffel)

Download your Gmail emails and messages as PDFs in one-click!

Τι είναι το Save Gmail Emails as PDFs (secured by Duffel);

Το Save Gmail Emails as PDFs (secured by Duffel) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://olivernassar.com, και η κύρια λειτουργία του είναι "Download your Gmail emails and messages as PDFs in one-click!".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Save Gmail Emails as PDFs (secured by Duffel)

Λήψη αρχείων επέκτασης Save Gmail Emails as PDFs (secured by Duffel) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        ---

Here is what you can do with Duffel:
- ⚡️ Download emails in seconds (and in one-click)
- 💯 Download up to 100 emails at once (in a ZIP file)
- 🔒 Safe and secure (GDPR compliant)
- 😌 No signup required! Just install, and start using it!

For those of us who use Gmail, it can be important to download your emails. Duffel is the perfect tool for lawyers, accountants, managers, travel agents, and anyone else who needs to store a backup of their emails offline.

It will download a PDF of an email, or a group of PDFs in a ZIP file, with just one-click.

🕰 Updates
#️⃣ v1.8.3
Changed icon to a PDF icon (rather than a Duffel bag) to have it be more clear

#️⃣ v1.8.4
Fixed a bug that might have caused accounts to be disconnected improperly

#️⃣ v1.8.5
Fixed a couple small bugs and changed the name to make it more clear what Duffel does

#️⃣ v1.8.6 - v1.8.9
Changed name to make it more clear what the extension does                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Save Gmail Emails as PDFs (secured by Duffel) Save Gmail Emails as PDFs (secured by Duffel)
ID hikgfnfoeofhenekigpgnmlohipmnode
Επίσημο URL https://chromewebstore.google.com/detail/save-gmail-emails-as-pdfs/hikgfnfoeofhenekigpgnmlohipmnode
Περιγραφή Download your Gmail emails and messages as PDFs in one-click!
Μέγεθος Αρχείου 97.02 KB
Αριθμός Εγκαταστάσεων 10,693
Τρέχουσα Έκδοση 1.8.9
Τελευταία Ενημέρωση 2023-06-20
Ημερομηνία Δημοσίευσης 2019-04-04
Αξιολόγηση 2.97/5 Συνολικά 31 Αξιολογήσεις
Προγραμματιστής https://olivernassar.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://onassar.github.io/extensions/duffel/
URL της Σελίδας Πολιτικής Απορρήτου https://onassar.github.io/extensions/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save Gmail Emails as PDFs (secured by Duffel)",
    "short_name": "duffel",
    "description": "Download your Gmail emails and messages as PDFs in one-click!",
    "homepage_url": "https:\/\/onassar.github.io\/extensions\/duffel\/",
    "version": "1.8.9",
    "author": "Oliver Nassar",
    "manifest_version": 2,
    "background": {
        "persistent": true,
        "scripts": [
            "\/vendors\/external\/WebExtension-ContentScriptsLoader\/v1.1.0\/ContentScriptsLoader.js",
            "\/vendors\/internal\/DependencyLoader.js",
            "\/js\/utils\/DataUtils.js",
            "\/js\/utils\/InboxSDKUtils.js",
            "\/js\/utils\/ObjectUtils.js",
            "\/js\/utils\/SettingsUtils.js",
            "\/js\/states\/DuffelBackground.js",
            "\/js\/runtime\/background.js"
        ]
    },
    "permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/"
    ],
    "optional_permissions": [
        "notifications",
        "storage",
        "https:\/\/aws-api.416.io\/",
        "https:\/\/aws-api-local.416.io\/",
        "https:\/\/aws-api-dev.416.io\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/inbox.google.com\/*",
                "https:\/\/mail.google.com\/*"
            ],
            "css": [
                "\/css\/content.css"
            ],
            "js": [
                "\/vendors\/external\/extend\/v0.0.0\/extend.js",
                "\/vendors\/external\/inboxsdk\/inboxsdk.js",
                "\/vendors\/external\/underscore\/v1.5.2\/underscore-min.js",
                "\/vendors\/internal\/DependencyLoader.js",
                "\/js\/helpers\/Base.js",
                "\/js\/utils\/DataUtils.js",
                "\/js\/utils\/ElementUtils.js",
                "\/js\/utils\/InboxSDKUtils.js",
                "\/js\/utils\/LocalStorageUtils.js",
                "\/js\/utils\/ObjectUtils.js",
                "\/js\/utils\/SettingsUtils.js",
                "\/js\/views\/App.js",
                "\/js\/views\/Base.js",
                "\/js\/views\/OnboardingModal.js",
                "\/js\/views\/ProcessingModal.js",
                "\/js\/views\/UpsellModal.js",
                "\/js\/states\/DuffelContent.js",
                "\/js\/runtime\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/logos\/duffel\/roles\/prod\/square-16x16.png",
        "48": "images\/logos\/duffel\/roles\/prod\/square-48x48.png",
        "128": "images\/logos\/duffel\/roles\/prod\/square-128x128.png"
    },
    "web_accessible_resources": [
        "\/css\/*",
        "\/data\/*",
        "\/fonts\/*",
        "\/images\/*",
        "\/templates\/*",
        "\/vendors\/*"
    ]
}