Gmail Button

A simple toolbar icon to open Gmail

ما هو Gmail Button؟

Gmail Button هو إضافة Chrome تم تطويرها بواسطة Valtteri Laitinen، والميزة الرئيسية لها هي "A simple toolbar icon to open Gmail".

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

screenshot

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

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

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

                        (This extension is not affiliated with Google. “Gmail” is a trademark of Google LLC.)                    

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

الاسم Gmail Button Gmail Button
ID afdienfgfeojjnmobgakodmkiebhfcap
عنوان URL الرسمي https://chromewebstore.google.com/detail/gmail-button/afdienfgfeojjnmobgakodmkiebhfcap
الوصف A simple toolbar icon to open Gmail
حجم الملف 5.44 KB
عدد التثبيتات 5,228
النسخة الحالية 3.0.0
آخر تحديث 2023-07-19
تاريخ النشر 2019-10-13
تقييم 3.80/5 مجموع تقييمات 5
المطور Valtteri Laitinen
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/valtlai/gmail-button
عنوان صفحة المساعدة https://github.com/valtlai/gmail-button/discussions/categories/q-a
عنوان صفحة سياسة الخصوصية https://github.com/valtlai/gmail-button/blob/main/PRIVACY.md
اللغات المدعومة en,fi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "100",
    "name": "__MSG_name__",
    "version": "3.0.0",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "optional_permissions": [
        "tabs"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icon.png",
        "default_title": "__MSG_open__"
    }
}