Inbox Zero FTW for Gmail

Get rewarded when you clear your inbox with a random animated GIF

Inbox Zero FTW for Gmail란 무엇입니까?

Inbox Zero FTW for Gmail은(는) http://inboxzeroftw.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get rewarded when you clear your inbox with a random animated GIF"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Inbox Zero FTW for Gmail 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Replaces Gmail's default empty inbox message with a random GIF from Giphy! 

Gmail's default message is BORING. "No mail" or "Primary tab is empty". ::sad_face::

You should be excited when you clear all emails from your inbox! Celebrate! 

Extension works with Standard and Priority style inboxes for Gmail on Google Chrome and Vivaldi.

Support for Google Inbox can be added upon request.



**Beta Version** 
Please report any bugs or feedback to [email protected]

**Privacy Policy**
Extension does not require access to your email. Email and page contents are never read, stored, or shared. Extension checks for an empty inbox and updates the page with FTW content. When new mail comes in, FTW content is removed. Any questions on this policy or how the extension works, please email [email protected]

**FTW = "For the Win!"                    

확장 프로그램 기본 정보

이름 Inbox Zero FTW for Gmail Inbox Zero FTW for Gmail
ID gagfgnppoeidimgdckhlkdomnlfnefgi
공식 URL https://chrome.google.com/webstore/detail/inbox-zero-ftw-for-gmail/gagfgnppoeidimgdckhlkdomnlfnefgi
설명 Get rewarded when you clear your inbox with a random animated GIF
파일 크기 36.93 KB
설치 횟수 103
현재 버전 0.2.4
최근 업데이트 2016-08-12
출시 날짜 2016-08-12
평점 3.60/5 총 5 개의 평점
개발자 http://inboxzeroftw.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.inboxzeroftw.com
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Inbox Zero FTW for Gmail",
    "version": "0.2.4",
    "short_name": "Inbox Zero FTW",
    "description": "Get rewarded when you clear your inbox with a random animated GIF",
    "icons": {
        "16": "assets\/images\/icon-16.png",
        "32": "assets\/images\/icon-32.png",
        "48": "assets\/images\/icon-48.png",
        "64": "assets\/images\/icon-64.png",
        "128": "assets\/images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "assets\/js\/background.js"
        ],
        "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/mail\/*"
            ],
            "css": [
                "assets\/css\/base-min.css",
                "assets\/css\/styles.css"
            ],
            "js": [
                "assets\/js\/lib\/zepto.min.js",
                "assets\/js\/init.js"
            ],
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "assets\/html\/*",
        "assets\/css\/*",
        "assets\/images\/*",
        "assets\/js\/lib\/*"
    ],
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2
}