Multi Email Forward by cloudHQ

Forward multiple Gmail™ emails with one click. Transfer or migrate your Gmail™ emails.

Multi Email Forward by cloudHQคืออะไร?

Multi Email Forward by cloudHQ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.multi-email-forward.com และคุณลักษณะหลักของมันคือ "Forward multiple Gmail™ emails with one click. Transfer or migrate your Gmail™ emails."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Multi Email Forward by cloudHQ

ดาวน์โหลดไฟล์ส่วนขยาย Multi Email Forward by cloudHQ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Need to forward many Gmail messages over to someone? This is a quick way to select all the emails you'd like forwarded, and send them off to 1 recipient with a click of a button. 

Even if you close your Gmail, browser, or even your PC, everything will still forward over as though you spent your time forwarding 1 email at a time.

Need to migrate your account? If you want to migrate an entire Gmail account to another one, you absolutely can-- and in seconds! cloudHQ’s Premium plan allows you to do this regardless of how many emails your Gmail account has.

Here's some of our key features:
✅ Forward Multiple Emails in One Click
✅ Forward Emails as One PDF attachment
✅ Forward Emails to Your CRM
✅ Full and Complete Email Account Migration / Email Transfer
✅ Forward Emails in Encrypted PDF Format

You now have the ability to forward hundreds to thousands of Gmail messages seamlessly.
And if that wasn't enough, here's 5 more reasons to try it:
👉 User-Friendly Solution
👍 Runs In The Cloud
😉 Onboarding New Employees is Made Easy
💼 Changing jobs
👏 Save Important Emails For Reference

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

Website: https://www.multi-email-forward.com/
Pricing:  https://www.multi-email-forward.com//pricing
Support page: https://support.cloudhq.net/category/browser-extensions/multi-email-forward/
Blog: https://blog.cloudhq.net                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Multi Email Forward by cloudHQ Multi Email Forward by cloudHQ
ID baebodhfcfpnmnpnnheadibijemdlmip
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/multi-email-forward-by-cl/baebodhfcfpnmnpnnheadibijemdlmip
คำอธิบาย Forward multiple Gmail™ emails with one click. Transfer or migrate your Gmail™ emails.
ขนาดไฟล์ 197 KB
จำนวนการติดตั้ง 94,758
เวอร์ชันปัจจุบัน 1.0.0.22
อัปเดตครั้งล่าสุด 2023-11-24
วันที่เผยแพร่ 2020-05-11
คะแนน 4.21/5 รวมทั้งหมด 497 คะแนน
ผู้พัฒนา https://www.multi-email-forward.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.multi-email-forward.com
URL หน้าช่วยเหลือ https://support.cloudhq.net/category/browser-extensions/multi-email-forward
URL หน้านโยบายความเป็นส่วนตัว https://www.cloudhq.net/privacy
ภาษาที่รองรับ de,en,fr,nl,es,it,pl,pt-BR,pt-PT,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "content_security_policy": "script-src 'self' https:\/\/www.cloudhq.net; object-src 'self' https:\/\/www.cloudhq.net",
    "web_accessible_resources": [
        "javascripts\/*",
        "icons\/*"
    ],
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "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\/forward.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_appName__"
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "css": [
                "stylesheets\/jquery.dropdown.css",
                "stylesheets\/popover.css",
                "stylesheets\/main_gmail_bulk_forward.css"
            ],
            "include_globs": [],
            "js": [
                "javascripts\/inboxsdk.js",
                "javascripts\/main_gmail_bulk_forward_loader.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ]
        }
    ],
    "version": "1.0.0.22",
    "description": "__MSG_appDetail__",
    "permissions": [
        "storage",
        "background",
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/www.cloudhq.net\/"
    ],
    "manifest_version": 2
}