Email Check

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

Apa itu Email Check?

Email Check adalah ekstensi Chrome yang dikembangkan oleh inboxmcc, dan fitur utamanya adalah "Fetches links to all the mails (Gmail, Yahoo, Zoho, AOL, Outlook) with a single link on your browser".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Email Check

Unduh file ekstensi Email Check dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Email Check Email Check
ID gkejceagfjohmdikljgfciehjhjphjfd
URL Resmi https://chromewebstore.google.com/detail/email-check/gkejceagfjohmdikljgfciehjhjphjfd
Deskripsi Fetches links to all the mails (Gmail, Yahoo, Zoho, AOL, Outlook) with a single link on your browser
Ukuran File 27.51 KB
Jumlah Instalasi 36
Versi Saat Ini 2.0
Terakhir Diperbarui 2019-08-09
Tanggal Publikasi 2019-08-08
Pengembang inboxmcc
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}