Inbox Layout for Gmail

Making Gmail look more like Inbox

Inbox Layout for Gmailคืออะไร?

Inbox Layout for Gmail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jakbox และคุณลักษณะหลักของมันคือ "Making Gmail look more like Inbox"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Inbox Layout for Gmail

ดาวน์โหลดไฟล์ส่วนขยาย Inbox Layout for Gmail ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        - Emulates the layout of Inbox in Gmail 
- Works with the latest Gmail UI (late 2018) 
- Works with all Gmail inbox configurations (priority inbox, tabs, preview pane)
- Plays nice with Gmail themes (backgrounds / styles from the settings cog)
- Plays nice with Gmail plugins and labs                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Inbox Layout for Gmail Inbox Layout for Gmail
ID mpfambbegmagappbaekoffohgljakfkl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/inbox-layout-for-gmail/mpfambbegmagappbaekoffohgljakfkl
คำอธิบาย Making Gmail look more like Inbox
ขนาดไฟล์ 9.05 KB
จำนวนการติดตั้ง 66
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2019-04-08
วันที่เผยแพร่ 2019-04-07
ผู้พัฒนา jakbox
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Inbox Layout for Gmail",
    "version": "0.1.1",
    "description": "Making Gmail look more like Inbox",
    "icons": {
        "48": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "util.js",
                "content.js"
            ],
            "css": [
                "gbox.css"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "manifest_version": 2
}