Email Check

Fetches links to all the mails (Gmail, Yahoo, Zoho, AOL, Outlook) with a single link on your browser

Email Check là gì?

Email Check là một tiện ích mở rộng Chrome được phát triển bởi inboxmcc, và tính năng chính của nó là "Fetches links to all the mails (Gmail, Yahoo, Zoho, AOL, Outlook) with a single link on your browser".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Email Check

Tải xuống các tệp mở rộng Email Check 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

                        Extension gives users options to visit popular email providers without setting them as browser homepage or typing the url every single time                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Email Check Email Check
ID gkejceagfjohmdikljgfciehjhjphjfd
URL Chính Thức https://chromewebstore.google.com/detail/email-check/gkejceagfjohmdikljgfciehjhjphjfd
Mô tả Fetches links to all the mails (Gmail, Yahoo, Zoho, AOL, Outlook) with a single link on your browser
Kích Thước Tệp 27.51 KB
Số Lần Cài Đặt 36
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2019-08-09
Ngày Phát Hành 2019-08-08
Nhà Phát Triển inboxmcc
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Email Check",
    "description": "Fetches links to all the mails (Gmail, Yahoo, Zoho, AOL, Outlook) with a single link on your browser",
    "version": "2.0",
    "default_locale": "en",
    "manifest_version": 2,
    "incognito": "split",
    "background": [],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "html\/popup\/popup.html"
    },
    "permissions": [
        "webNavigation"
    ],
    "options_ui": {
        "page": "html\/popup\/description.html",
        "chrome_style": true
    },
    "web_accessible_resources": [
        "*.json"
    ],
    "icons": {
        "128": "icon.png"
    }
}