Gmail Auto Pop Out Reply Forward Show CC BCC

In Gmail, auto pop out reply, reply all, forward, show CC/BCC/Subject

Gmail Auto Pop Out Reply Forward Show CC BCCคืออะไร?

Gmail Auto Pop Out Reply Forward Show CC BCC เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Platform Software และคุณลักษณะหลักของมันคือ "In Gmail, auto pop out reply, reply all, forward, show CC/BCC/Subject"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gmail Auto Pop Out Reply Forward Show CC BCC

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

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

                        $5.00 per month - 7-day FREE trial (no credit card needed)

This paid Chrome extension for Gmail does 4 simple things:

1) Automatically pops-out replies, replies-all, and forwards
2) Automatically shows the CC and BCC fields
3) Automatically shows the Subject Line
4) Option to show Send & Archive button on pop out

Saves multiple clicks in Gmail and simplifies your workflow. Try it today free!                    

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

ชื่อ Gmail Auto Pop Out Reply Forward Show CC BCC Gmail Auto Pop Out Reply Forward Show CC BCC
ID kljpfdhhkedleikgfdapojgjkadgoljg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gmail-auto-pop-out-reply/kljpfdhhkedleikgfdapojgjkadgoljg
คำอธิบาย In Gmail, auto pop out reply, reply all, forward, show CC/BCC/Subject
ขนาดไฟล์ 789 KB
จำนวนการติดตั้ง 4,591
เวอร์ชันปัจจุบัน 24.0.17
อัปเดตครั้งล่าสุด 2023-12-01
วันที่เผยแพร่ 2020-06-18
คะแนน 3.85/5 รวมทั้งหมด 52 คะแนน
ผู้พัฒนา Platform Software
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.termsfeed.com/privacy-policy/c68503b814fb77509ecea8de537a146b
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "24.0.17",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "lib\/inboxsdk.js",
                "lib\/jquery.js",
                "constants\/extension_settings.js",
                "common\/user_states.js",
                "constants\/constants_content_script.js",
                "common\/functions_common.js",
                "content_script\/functions_content_script.js",
                "content_script\/content_script_helper.js",
                "content_script\/content_script_main.js",
                "content_script\/content_script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "lib\/ExtPay.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "\/icons\/icon_16.png",
        "24": "\/icons\/icon_24.png",
        "32": "\/icons\/icon_32.png",
        "48": "\/icons\/icon_48.png",
        "128": "\/icons\/icon_128.png"
    },
    "action": {
        "default_title": "Gmail Auto Pop Options",
        "default_popup": "\/popups\/subscribe_trial_uninstall.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "alarms",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/*"
    ],
    "background": {
        "service_worker": "service_worker\/service_worker.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "lib\/pageWorld.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ]
}