gInbox

Bring some Google Inbox style to Gmail

ما هو gInbox؟

gInbox هو إضافة Chrome تم تطويرها بواسطة http://ginbox.email، والميزة الرئيسية لها هي "Bring some Google Inbox style to Gmail".

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

screenshot

تحميل ملف CRX للإضافة gInbox

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

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

                        Since Inbox by Google went away in March 2019 (😭), we've been missing its clean look and feel. So we came up with a simple Chrome Extension that helps you organize gmail so it looks like Inbox! We've ported over some of the beloved styles, and you'll notice messages are now organized into sections of day and month instead of one long mess.

Now, get back to work!                    

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

الاسم gInbox gInbox
ID fmhbjlennfjniebkmmkpdgklhepoeona
عنوان URL الرسمي https://chrome.google.com/webstore/detail/ginbox/fmhbjlennfjniebkmmkpdgklhepoeona
الوصف Bring some Google Inbox style to Gmail
حجم الملف 27.67 KB
عدد التثبيتات 104
النسخة الحالية 0.0.1
آخر تحديث 2019-04-05
تاريخ النشر 2019-04-05
تقييم 4.50/5 مجموع تقييمات 2
المطور http://ginbox.email
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://ginbox.email
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "gInbox",
    "short_name": "gInbox",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Bring some Google Inbox style to Gmail",
    "homepage_url": "https:\/\/www.ginbox.email\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "contentSettings",
        "https:\/\/mail.google.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}