Mail My Tabs
Email all open tabs in current window. Keyboard Shortcut: Alt + M.
Mail My Tabs là gì?
Mail My Tabs là một tiện ích mở rộng Chrome được phát triển bởi https://browsernative.com, và tính năng chính của nó là "Email all open tabs in current window. Keyboard Shortcut: Alt + M.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Mail My Tabs
Tải xuống các tệp mở rộng Mail My Tabs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Mail My Tabs |
ID | beohodjedhlnpeonfkbdafafkcndpmnk |
URL Chính Thức | https://chromewebstore.google.com/detail/mail-my-tabs/beohodjedhlnpeonfkbdafafkcndpmnk |
Mô tả | Email all open tabs in current window. Keyboard Shortcut: Alt + M. |
Kích Thước Tệp | 12.65 KB |
Số Lần Cài Đặt | 2,050 |
Phiên Bản Hiện Tại | 0.0.3 |
Cập Nhật Lần Cuối | 2020-05-31 |
Ngày Phát Hành | 2020-05-31 |
Đánh Giá | 4.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://browsernative.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://browsernative.com/mail-my-tabs/ |
URL Trang Trợ Giúp | https://browsernative.com/mail-my-tabs/ |
URL Trang Chính Sách Bảo Mật | https://browsernative.com/extensions-privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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\/" } |