Mail My Tabs

Email all open tabs in current window. Keyboard Shortcut: Alt + M.

Mail My Tabsคืออะไร?

Mail My Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://browsernative.com และคุณลักษณะหลักของมันคือ "Email all open tabs in current window. Keyboard Shortcut: Alt + M."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mail My Tabs

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

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

                        Use the button on browser toolbar, or the keyboard shortcut command: alt + m.

Option to set default multiple recipients, cc & bcc addresses. Choose tabs from current window or all open windows. 
By default, it opens Gmail but you can use any other email provider or email client installed on your computer. Refer our home page for detailed information on that.                    

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

ชื่อ Mail My Tabs Mail My Tabs
ID beohodjedhlnpeonfkbdafafkcndpmnk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mail-my-tabs/beohodjedhlnpeonfkbdafafkcndpmnk
คำอธิบาย Email all open tabs in current window. Keyboard Shortcut: Alt + M.
ขนาดไฟล์ 12.65 KB
จำนวนการติดตั้ง 2,050
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2020-05-31
วันที่เผยแพร่ 2020-05-31
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://browsernative.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://browsernative.com/mail-my-tabs/
URL หน้าช่วยเหลือ https://browsernative.com/mail-my-tabs/
URL หน้านโยบายความเป็นส่วนตัว https://browsernative.com/extensions-privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mail My Tabs",
    "description": "Email all open tabs in current window. Keyboard Shortcut: Alt + M.",
    "permissions": [
        "tabs"
    ],
    "version": "0.0.3",
    "icons": {
        "48": "static\/48.png",
        "128": "static\/128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "static\/128.png",
        "default_title": "Mail My Tabs"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+M"
            }
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "manifest_version": 2,
    "homepage_url": "https:\/\/browsernative.com\/mail-my-tabs\/"
}