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은(는) https://www.save-emails-to-dropbox.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

Save Emails to Dropbox by cloudHQ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
}