EmailCheckToday

Get one-click access to all your Webmail accounts, all from one place! Access your messages and more.

EmailCheckTodayคืออะไร?

EmailCheckToday เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://emailchecktoday.com และคุณลักษณะหลักของมันคือ "Get one-click access to all your Webmail accounts, all from one place! Access your messages and more."

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

screenshot

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

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

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

                        The extension will update your search settings and will change your new tab search provider to Microsoft Bing.

Get instant access to your emails and social media accounts, plus web search, free on your Chrome New Tab.

This tool contains links to external websites that are not provided or maintained by or in any way affiliated with our company or this product. Please note that our company or this tool does not guarantee the accuracy, relevance, timeliness, or completeness of any information on these external websites. For more information visit our Terms of Use page listed below.

Use the web search facility to easily search for topics, images, videos and news directly from your new-tab.
You will also be prompted with quick-links to get access to all your Webmail accounts for your convenience!

By clicking "Add to Chrome", I accept and agree to installing the EmailCheckToday
Chrome extension and setting Chrome New Tab to that provided by the service and the Terms of Use and Privacy Policy.
 
Uninstall Instructions: https://www.EmailCheckToday.com/uninstall.html
EULA/Terms of Use - https://www.EmailCheckToday.com/terms.html
Policy - https://www.EmailCheckToday.com/policy.html
Contact Us: http://www.EmailCheckToday.com/terms.html#terms-contact

To remove us from Google Chrome:
 
1) Click on the three horizontal lines icon in the upper right-hand corner of your Chrome browser.
2) Go to "Settings".
3) In the menu that appears click on "Extensions".
4) From the list of installed Extensions, find the name of the toolbar extension you wish to uninstall.
5) Click on the trash can icon to the right of "Enable" (for the one you wish to uninstall).
6) Close your browser completely and reopen it. Our extension should be removed from your Chrome browser.

Permissions Requested :

Browser Tab Creation, Modification, & Rearrangement
Permissions: Replace the page you see when opening a new tab
Explained: We want to take your New Tab experience to the next level by giving you access to popular services and other handy tools. We do not record or disclose your browsing history.                    

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

ชื่อ EmailCheckToday EmailCheckToday
ID nphcodglfmabngikldgijbfhpokagkaf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/emailchecktoday/nphcodglfmabngikldgijbfhpokagkaf
คำอธิบาย Get one-click access to all your Webmail accounts, all from one place! Access your messages and more.
ขนาดไฟล์ 30.05 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2023-04-24
วันที่เผยแพร่ 2022-06-28
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://emailchecktoday.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.EmailCheckToday.com
URL หน้านโยบายความเป็นส่วนตัว https://www.widgetgalleria.com/policy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EmailCheckToday",
    "short_name": "EmailCheckToday",
    "version": "1.1",
    "manifest_version": 3,
    "description": "Get one-click access to all your Webmail accounts, all from one place! Access your messages and more.",
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "action": {
        "default_icon": "icons\/48.png"
    },
    "permissions": [
        "declarativeNetRequestWithHostAccess"
    ],
    "host_permissions": [
        "*:\/\/search.emailchecktoday.com\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    }
}