Forward email for Gmail

Add forward button emails with one click.

Forward email for Gmailคืออะไร?

Forward email for Gmail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Free Software และคุณลักษณะหลักของมันคือ "Add forward button emails with one click."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Forward email for Gmail

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

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

                        Easy Forward email for Gmail
You can easy forward emails with one click. Transfer and migrate all your emails.
Need to forward many emails 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.
Forward Multiple Emails in One Click. You can forward up to 50 emails at a time.

Gmail is a registered trademark of Google Inc. This app is created by a third party developer and is NOT made by Google.                    

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

ชื่อ Forward email for Gmail Forward email for Gmail
ID fkhagbookckhnjonogijabbkclompfal
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/forward-email-for-gmail/fkhagbookckhnjonogijabbkclompfal
คำอธิบาย Add forward button emails with one click.
ขนาดไฟล์ 162 KB
จำนวนการติดตั้ง 477
เวอร์ชันปัจจุบัน 3.0.1
อัปเดตครั้งล่าสุด 2023-05-31
วันที่เผยแพร่ 2020-05-19
คะแนน 2.67/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Free Software
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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,iw,fa,hi,th,ar,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": "3.0.1",
    "description": "__MSG_app_description__",
    "default_locale": "en",
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "\/js\/content.js",
                "\/js\/sweetalert.min.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "homepage_url": "https:\/\/easy-forward-email.freeonlineapps.net\/",
    "icons": {
        "128": "img\/icon-128.png",
        "16": "img\/icon-16.png",
        "256": "img\/icon-256.png",
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "64": "img\/icon-64.png"
    },
    "action": {
        "default_icon": {
            "128": "img\/icon-128.png",
            "16": "img\/icon-16.png",
            "48": "img\/icon-48.png"
        },
        "default_popup": "ui\/popup.html",
        "default_title": "__MSG_app_name__"
    }
}