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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Backup emails to AWS S3"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Backup Emails to AWS S3 by cloudHQ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}