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」です。

拡張機能のスクリーンショット

screenshot

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                    

拡張機能の基本情報

名前 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"
    }
}