GFoward - Forward Multiple emails gmail

Forward multiple emails with one click. Transfer and migrate all your emails.

GFoward - Forward Multiple emails gmailคืออะไร?

GFoward - Forward Multiple emails gmail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hu378934289 และคุณลักษณะหลักของมันคือ "Forward multiple emails with one click. Transfer and migrate all your emails."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GFoward - Forward Multiple emails gmail

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

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

                        GFoward is forward multiple emails gmail tool.

GFoward can help you forward multiple emails to the specified mailbox at one time.

★ Simple forward gmail extension, Easy to use.

The interaction process between the extension and the gmail mailbox is as follows:
1)Install the Extension
2)After installing the extension, Select Emails you want to forward
3)click on the icon on the toolbar
4)Input the email address you wish to forward emails to
5)click OK button

Nothing more. 

The forward gmail extension Features:

★ Free and easy

    GFoward is a 100% free email forward tool. There is no online setting for email forward.
    Believe this tool will be helpful to your work

★ Doesn't read or store your emails

    The extension will only help you to forward mail in batches. 
    In addition, it will never read or store your email content, so it is absolutely safe.

Finally, Hope the extension can bring you a better working experience.

GFoward is an independent project and has no relationship to Google Inc.                    

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

ชื่อ GFoward - Forward Multiple emails gmail GFoward - Forward Multiple emails gmail
ID cmiihlhlchppmebjekeedgmekgmlephn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/gfoward-forward-multiple/cmiihlhlchppmebjekeedgmekgmlephn
คำอธิบาย Forward multiple emails with one click. Transfer and migrate all your emails.
ขนาดไฟล์ 315 KB
จำนวนการติดตั้ง 453
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2022-12-15
วันที่เผยแพร่ 2022-12-05
คะแนน 4.56/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา hu378934289
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://gmplus.io/gmplus-private-policy
ภาษาที่รองรับ id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "version": "1.0.1",
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "homepage_url": "https:\/\/gmplus.io\/",
    "action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_app_name__"
    },
    "background": {
        "service_worker": "\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "javascript\/popup_p.js",
                "javascript\/sweetalert.min.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png",
        "256": "icons\/icon-256.png"
    }
}