Quick Email

Access popular email accounts via quick links instantly from your new tab page!

Quick Emailคืออะไร?

Quick Email เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Advertala และคุณลักษณะหลักของมันคือ "Access popular email accounts via quick links instantly from your new tab page!"

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

screenshot
screenshot

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

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

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

                        Downloading our Quick Email New Tab extension, you get access to your favorite email accounts directly from the new tab experience. Including Gmail, Outlook, as well as host of other popular services

With Quick Email you get a new tab extension that provides you with:

- Links to popular email providers such as Gmail, Outlook and more
- Ability to search your Gmail emails directly from the new tab.
- Quick access to social media, weather and news
- Best search results by changing your search engine on the new tab to Bing  

By clicking "Add to chrome", I accept and agree to installing the Quick Email extension and setting Chrome New Tab to that provided by the service with web search by Bing, and the Privacy Policy (https://www.advertala.net/privacy.html) and Terms of Use (https://www.advertala.net/term-and-conditions.html).

Advertala
141 Cecil Street 
Singapore 069541                    

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

ชื่อ Quick Email Quick Email
ID lijdlehapdndlamndppahpmeofbphpke
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quick-email/lijdlehapdndlamndppahpmeofbphpke
คำอธิบาย Access popular email accounts via quick links instantly from your new tab page!
ขนาดไฟล์ 582 KB
จำนวนการติดตั้ง 80
เวอร์ชันปัจจุบัน 0.6
อัปเดตครั้งล่าสุด 2022-03-30
วันที่เผยแพร่ 2021-02-01
ผู้พัฒนา Advertala
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://advertala.net/privacy.html
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.6",
    "name": "__MSG_extName__",
    "author": "Dev",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "assets\/imgs\/ex_logo_128.png",
        "16": "assets\/imgs\/ex_logo_16.png"
    },
    "chrome_url_overrides": {
        "newtab": "views\/tabs\/tabs.html"
    },
    "omnibox": {
        "keyword": "email"
    },
    "action": {
        "default_title": "__MSG_extName__"
    },
    "background": {
        "service_worker": "serviceworker.js"
    },
    "permissions": [],
    "default_locale": "en"
}