Backup Emails to AWS S3 by cloudHQ

Backup emails to AWS S3

Backup Emails to AWS S3 by cloudHQ란 무엇입니까?

Backup Emails to AWS S3 by cloudHQ은(는) https://www.backup-emails-to-s3.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Backup emails to AWS S3"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Backup Emails to AWS S3 by cloudHQ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Are you looking to save your emails from Gmail to Amazon S3 or Amazon Glacier? This is a really simple way for you to backup important emails, if not all your emails, with 3 simple steps: 

1. Select the emails you want to back up
2. Authorize your AWS account
3. Save them in the format you prefer 

And you're done!  This is the easiest solution to backup your Gmail or G Suite account emails into Amazon S3 or Amazon Glacier. 

You can even back up your emails as: 

✅ 1 email at a time
✅ A selection of emails
✅ All your emails
✅ All your teams' emails

Give it a try today and save your Gmail emails to AWS S3 or Amazon Glacier.

cloudHQ. Helping your productivity, 1 click at a time.                    

확장 프로그램 기본 정보

이름 Backup Emails to AWS S3 by cloudHQ Backup Emails to AWS S3 by cloudHQ
ID ockejgefimeabbegfmggcbangkkgphpp
공식 URL https://chromewebstore.google.com/detail/backup-emails-to-aws-s3-b/ockejgefimeabbegfmggcbangkkgphpp
설명 Backup emails to AWS S3
파일 크기 195 KB
설치 횟수 318
현재 버전 1.0.0.5
최근 업데이트 2023-12-05
출시 날짜 2020-05-09
평점 5.00/5 총 19 개의 평점
개발자 https://www.backup-emails-to-s3.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://www.backup-emails-to-s3.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.clouhq.net; object-src 'self' https:\/\/www.cloudhq.net",
    "web_accessible_resources": [
        "javascripts\/*",
        "icons\/*"
    ],
    "name": "Backup Emails to AWS S3 by cloudHQ",
    "short_name": "Backup Emails to AWS S3 by cloudHQ",
    "icons": {
        "128": "icons\/icon-128x128.png",
        "48": "icons\/icon-48x48.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon-128x128.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_amazon_s3.css"
            ],
            "include_globs": [],
            "js": [
                "javascripts\/inboxsdk.js",
                "javascripts\/main_save_to_amazon_s3_loader.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ]
        }
    ],
    "version": "1.0.0.5",
    "description": "Backup emails to AWS S3",
    "permissions": [
        "storage",
        "background",
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/www.cloudhq.net\/",
        "https:\/\/support.cloudhq.net\/"
    ],
    "manifest_version": 2
}