Email Check
Fetches links to all the mails (Gmail, Yahoo, Zoho, AOL, Outlook) with a single link on your browser
什麼是Email Check?
Email Check是由inboxmcc開發的Chrome擴展程式,該擴展的主要功能是“Fetches links to all the mails (Gmail, Yahoo, Zoho, AOL, Outlook) with a single link on your browser”。
擴展截圖
下載Email Check擴展crx文件
下載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                     擴展基本資訊
| 名稱 |   |  
| ID | gkejceagfjohmdikljgfciehjhjphjfd | 
| 官方網址 | 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"
    }
}  |  |