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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |