Save and Backup My Emails by cloudHQ
Backup and archive emails in 3 steps
什么是Save and Backup My Emails by cloudHQ?
Save and Backup My Emails by cloudHQ是由https://save-and-backup-my-emails.com开发的Chrome扩展程序,该扩展的主要功能是“Backup and archive emails in 3 steps”。
扩展截图
下载Save and Backup My Emails by cloudHQ扩展crx文件
下载Save and Backup My Emails by cloudHQ扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Backup all of your emails in just 3 simple steps, and feel more secure and in control in case: - You leave your job - You switch email hosting services and need a new account - You upgrade to a G Suite email address instead of using a free “@gmail.com” email - You got hacked and you cannot access your account any more - You accidentally deleted emails With this tool, you'll get all your emails, email threads, and any attachments in a PDF format that you can download to your hard drive or your USB key. You'll feel confident when your emails are literally in your hands. cloudHQ. Helping professionals 1 click at a time.
扩展基本信息
名称 | Save and Backup My Emails by cloudHQ |
ID | fkbapenokeefpiaefagkinjhadmhjgmg |
官方URL | https://chromewebstore.google.com/detail/save-and-backup-my-emails/fkbapenokeefpiaefagkinjhadmhjgmg |
简介 | Backup and archive emails in 3 steps |
文件大小 | 190 KB |
安装次数 | 4,574 |
当前版本 | 1.1.0.13 |
更新时间 | 2023-12-06 |
上架时间 | 2020-05-14 |
评分 | 4.80/5 共35次评分 |
开发者 | https://save-and-backup-my-emails.com |
电子邮箱 | [email protected] |
付费类型 | in_app |
扩展官网 | https://www.save-and-backup-my-emails.com/ |
帮助页面URL | https://support.cloudhq.net |
隐私政策页面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\/*", "icons\/*" ], "name": "Save and Backup My Emails by cloudHQ", "short_name": "Save and Backup My Emails by cloudHQ", "icons": { "128": "icons\/icon-128x128.png", "48": "icons\/icon-48x48.png" }, "converted_from_user_script": true, "background": { "persistent": true, "scripts": [ "javascripts\/background.js", "javascripts\/popup.js", "javascripts\/jquery-1.4.4.js", "javascripts\/jquery.json.js" ] }, "browser_action": { "default_icon": "icons\/gmail_save.png", "default_popup": "popup.html", "default_title": "Save My Emails" }, "content_scripts": [ { "exclude_globs": [], "css": [ "stylesheets\/jquery.dropdown.css", "stylesheets\/popover.css", "stylesheets\/file_browser.css", "stylesheets\/main_gmail_save.css" ], "include_globs": [], "js": [ "javascripts\/inboxsdk.js", "javascripts\/main_gmail_save_loader.js" ], "matches": [ "https:\/\/mail.google.com\/*" ] } ], "version": "1.1.0.13", "description": "Backup and archive emails in 3 steps", "permissions": [ "storage", "background", "https:\/\/mail.google.com\/", "https:\/\/www.cloudhq.net\/" ], "manifest_version": 2 } |