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, ...”。
擴展截圖
下載Save Emails to Dropbox by cloudHQ擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | kmmbmpkajhenhimnecbblbfojdecfdmk |
| 官方網址 | 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
} | |