Gmail POP3 Fetcher
This Extension will automate fetch email from 3rd party server to your Gmail every minute. No need to do anything else.
Gmail POP3 Fetcher là gì?
Gmail POP3 Fetcher là một tiện ích mở rộng Chrome được phát triển bởi Duong Minh Thong, và tính năng chính của nó là "This Extension will automate fetch email from 3rd party server to your Gmail every minute. No need to do anything else.".
Ả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 Gmail POP3 Fetcher
Tải xuống các tệp mở rộng Gmail POP3 Fetcher 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
If you use Gmail's previously mentioned Mail Fetcher tool to grab email from other POP3-enabled email accounts, you may have noticed that it sometimes checks for new mail on very slow intervals—particularly if you're importing from a mostly inactive account. The solution, then? Your account needs to get more email. Naturally, though, you don't want to flood your Gmail inbox with new email just so you can be sure your POP account is checking at more reasonable intervals. This Extension will automate fetch email from 3rd party server to your Gmail every minute. No need to do anything else.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Gmail POP3 Fetcher |
ID | aflocdggkpgjglpbmdaabpkeklghkahl |
URL Chính Thức | https://chromewebstore.google.com/detail/gmail-pop3-fetcher/aflocdggkpgjglpbmdaabpkeklghkahl |
Mô tả | This Extension will automate fetch email from 3rd party server to your Gmail every minute. No need to do anything else. |
Kích Thước Tệp | 79.07 KB |
Số Lần Cài Đặt | 3,762 |
Phiên Bản Hiện Tại | 1.5.9 |
Cập Nhật Lần Cuối | 2015-11-02 |
Ngày Phát Hành | 2015-11-01 |
Đánh Giá | 2.57/5 Tổng số 54 Đánh Giá |
Nhà Phát Triển | Duong Minh Thong |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gmail POP3 Fetcher", "short_name": "GmailPOP3Fetcher", "icons": { "16": "gmail_16.png", "48": "gmail_48.png", "128": "gmail_128.png" }, "description": "This Extension will automate fetch email from 3rd party server to your Gmail every minute. No need to do anything else.", "version": "1.5.9", "content_scripts": [ { "matches": [ "http:\/\/mail.google.com\/*", "https:\/\/mail.google.com\/*" ], "js": [ "background.js", "jquery-2.1.4.min.js" ] } ], "permissions": [ "storage", "http:\/\/mail.google.com\/*", "https:\/\/mail.google.com\/*" ], "browser_action": { "default_title": "Gmail POP3 Fetcher", "default_icon": "gmail_16.png", "default_popup": "popup.html" }, "manifest_version": 2 } |