Gmail++

Improves the user experience of Gmail

ما هو Gmail++؟

Gmail++ هو إضافة Chrome تم تطويرها بواسطة Michael Pfaff، والميزة الرئيسية لها هي "Improves the user experience of Gmail".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Gmail++

قم بتنزيل ملفات الامتداد Gmail++ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Improves the user experience of Gmail.

Features:
- Modifies the refresh button (the one above the threads list, not beside the address bar) to also check external POP3 accounts.
- Checks external POP3 accounts on page load.
- Checks external POP3 accounts at a configurable interval.                    

معلومات أساسية عن التمديد

الاسم Gmail++ Gmail++
ID jcbfnofllipbepnolhgcdloichjbcena
عنوان URL الرسمي https://chromewebstore.google.com/detail/gmail++/jcbfnofllipbepnolhgcdloichjbcena
الوصف Improves the user experience of Gmail
حجم الملف 9.16 KB
عدد التثبيتات 182
النسخة الحالية 1.1.0
آخر تحديث 2022-10-12
تاريخ النشر 2022-10-09
المطور Michael Pfaff
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Gmail++",
    "version": "1.1.0",
    "description": "Improves the user experience of Gmail",
    "icons": {
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/mail.google.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "lib.js",
                "main.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_ui": {
        "page": "options.html",
        "browser_style": true
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}