Email Access

Get faster email access. One click email access right from your new tab home page.

Email Accessคืออะไร?

Email Access เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://emailaccess.zilliuns.com และคุณลักษณะหลักของมันคือ "Get faster email access. One click email access right from your new tab home page."

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

screenshot

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

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

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

                        Disclaimer:
Please read carefully: By clicking the “Add to Chrome” button, you agree to install the Email Access extension and set your new tab page to search.zilliuns.com/email, while also accepting and agreeing to abide by the End User License Agreement  (http://emailaccess.zilliuns.com/Terms) and Privacy Policy (http://emailaccess.zilliuns.com/Privacy). Uninstall instructions can be found at http://emailaccess.zilliuns.com/Uninstall                    

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

ชื่อ Email Access Email Access
ID jpipjmphjkcejgnkjpfebgfkmnjbonhp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/email-access/jpipjmphjkcejgnkjpfebgfkmnjbonhp
คำอธิบาย Get faster email access. One click email access right from your new tab home page.
ขนาดไฟล์ 56.78 KB
จำนวนการติดตั้ง 87
เวอร์ชันปัจจุบัน 1.0.0.2
อัปเดตครั้งล่าสุด 2019-11-20
วันที่เผยแพร่ 2019-11-14
ผู้พัฒนา https://emailaccess.zilliuns.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://emailaccess.zilliuns.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Email Access",
    "version": "1.0.0.2",
    "description": "Get faster email access. One click email access right from your new tab home page.",
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "browser_action": {
        "default_icon": "19favicon.png"
    },
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.zilliuns.com\/*"
        ]
    }
}