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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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