Save Emails to Dropbox by cloudHQ

Save any Gmail email to Dropbox with one click. Autosave of all emails in a label. Multiple export formats: PDF, HTML, TXT, ...

Save Emails to Dropbox by cloudHQคืออะไร?

Save Emails to Dropbox by cloudHQ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.save-emails-to-dropbox.com และคุณลักษณะหลักของมันคือ "Save any Gmail email to Dropbox with one click. Autosave of all emails in a label. Multiple export formats: PDF, HTML, TXT, ..."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Save Emails to Dropbox by cloudHQ

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

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

                        FREE! Save emails to Dropbox directly from Gmail™. 

This extension lets you save Gmail™ emails to Dropbox™ with one click. The emails, along with any of their attachments, will automatically be saved in Dropbox™. The extension works right out of the box. There's no need to run the Dropbox™ client on your PC or Mac that will take up extra memory, and there's no complicated configurations. 

Everything should be as easy as clicking a button.

Key features:
✅real time save of emails in the label
✅save any email directly from Gmail
✅package email messages in one PDF or have each email in a separate PDF
✅real time backup all emails to Dropbox
✅Dropbox for Business integration for teams

You can save emails into following formats:
- PDF
- TXT
- HTML
- EML (email archive)

The free plan includes 50 emails/month. Our Premium Plan allow unlimited email saves and backup.                    

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

ชื่อ Save Emails to Dropbox by cloudHQ Save Emails to Dropbox by cloudHQ
ID kmmbmpkajhenhimnecbblbfojdecfdmk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/save-emails-to-dropbox-by/kmmbmpkajhenhimnecbblbfojdecfdmk
คำอธิบาย Save any Gmail email to Dropbox with one click. Autosave of all emails in a label. Multiple export formats: PDF, HTML, TXT, ...
ขนาดไฟล์ 187 KB
จำนวนการติดตั้ง 11,875
เวอร์ชันปัจจุบัน 1.0.1.1
อัปเดตครั้งล่าสุด 2020-05-11
วันที่เผยแพร่ 2020-05-10
คะแนน 4.60/5 รวมทั้งหมด 73 คะแนน
ผู้พัฒนา https://www.save-emails-to-dropbox.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.save-emails-to-dropbox.com/
URL หน้าช่วยเหลือ https://support.cloudhq.net/category/browser-extensions/save-emails-to-dropbox/
URL หน้านโยบายความเป็นส่วนตัว https://www.cloudhq.net/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/www.cloodhq.net; object-src 'self' https:\/\/www.cloudhq.net",
    "web_accessible_resources": [
        "javascripts\/*"
    ],
    "browser_action": {
        "default_icon": "icons\/save_to_dropbox.png"
    },
    "name": "Save Emails to Dropbox by cloudHQ",
    "short_name": "Save Emails to Dropbox by cloudHQ",
    "icons": {
        "128": "icons\/icon-128x128.png",
        "48": "icons\/icon-48x48.png"
    },
    "converted_from_user_script": true,
    "background": {
        "persistent": true,
        "scripts": [
            "javascripts\/jquery-1.4.4.js",
            "javascripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "css": [
                "stylesheets\/jquery.dropdown.css",
                "stylesheets\/popover.css",
                "stylesheets\/file_browser.css",
                "stylesheets\/main_save_to_dropbox.css"
            ],
            "include_globs": [],
            "js": [
                "javascripts\/inboxsdk.js",
                "javascripts\/main_save_to_dropbox_loader.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ]
        }
    ],
    "version": "1.0.1.1",
    "description": "Save any Gmail email to Dropbox with one click. Autosave of all emails in a label. Multiple export formats: PDF, HTML, TXT, ...",
    "permissions": [
        "storage",
        "background",
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/www.cloudhq.net\/"
    ],
    "manifest_version": 2
}