gInbox

Bring some Google Inbox style to Gmail

gInbox란 무엇입니까?

gInbox은(는) http://ginbox.email에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bring some Google Inbox style to Gmail"입니다.

확장 프로그램 스크린샷

screenshot

gInbox 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}