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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://save-and-backup-my-emails.com และคุณลักษณะหลักของมันคือ "Backup and archive emails in 3 steps"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Save and Backup My Emails by cloudHQ

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
}