Email Check

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

Email Checkคืออะไร?

Email Check เป็นส่วนขยายของ Chrome ที่พัฒนาโดย inboxmcc และคุณลักษณะหลักของมันคือ "Fetches links to all the mails (Gmail, Yahoo, Zoho, AOL, Outlook) with a single link on your browser"

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

screenshot

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

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

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

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

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

ชื่อ Email Check Email Check
ID gkejceagfjohmdikljgfciehjhjphjfd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/email-check/gkejceagfjohmdikljgfciehjhjphjfd
คำอธิบาย Fetches links to all the mails (Gmail, Yahoo, Zoho, AOL, Outlook) with a single link on your browser
ขนาดไฟล์ 27.51 KB
จำนวนการติดตั้ง 36
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2019-08-09
วันที่เผยแพร่ 2019-08-08
ผู้พัฒนา inboxmcc
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    }
}