Automatic GMail Editor Toolbar
Shows editor toolbar automatically when sending a new mail in Gmail.
Automatic GMail Editor Toolbar là gì?
Automatic GMail Editor Toolbar là một tiện ích mở rộng Chrome được phát triển bởi The SmartTHING Limited, và tính năng chính của nó là "Shows editor toolbar automatically when sending a new mail in Gmail.".
Ả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 Automatic GMail Editor Toolbar
Tải xuống các tệp mở rộng Automatic GMail Editor Toolbar 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Automatic GMail Editor Toolbar |
ID | hnipkcglmifdjopegjpidombdofdbbdd |
URL Chính Thức | https://chromewebstore.google.com/detail/automatic-gmail-editor-to/hnipkcglmifdjopegjpidombdofdbbdd |
Mô tả | Shows editor toolbar automatically when sending a new mail in Gmail. |
Kích Thước Tệp | 3.49 KB |
Số Lần Cài Đặt | 34 |
Phiên Bản Hiện Tại | 1.5 |
Cập Nhật Lần Cuối | 2014-02-06 |
Ngày Phát Hành | 2014-02-06 |
Nhà Phát Triển | The SmartTHING Limited |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.smartthing.org/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "js": [ "gmaileditor.user.js" ], "matches": [ "http:\/\/mail.google.com\/*", "https:\/\/mail.google.com\/*" ], "run_at": "document_end" } ], "converted_from_user_script": true, "description": "Shows editor toolbar automatically when sending a new mail in Gmail.", "name": "Automatic GMail Editor Toolbar", "version": "1.5" } |