Simplify Gmail

Make Gmail simpler, more capable, and more respectful

Simplify Gmail란 무엇입니까?

Simplify Gmail은(는) https://simpl.fyi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make Gmail simpler, more capable, and more respectful"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Brought to you by the co-founder and design lead for Google Inbox, Simplify Gmail is a browser extension for desktop Gmail that boosts productivity, strengthens privacy, and reduces️ stress by:

   ✔️ BETTER DESIGN: Hundreds of improvements (small and large) to streamline, simplify, and enhance Gmail’s design and functionality. Hide the features you don’t use, customize the ones you do including setting the list and message width and fonts.

  ✔️ BUNDLES: Group conversations with the same label or category into a single row in your inbox for easier bulk reading and processing.

  ✔️ SAVED SEARCHES: Add commonly used searches or bookmark any message to your nav for easy access. Simplify includes 24 useful searches by default like Travel, Purchases, Archived, Attachments, Notes to self, PDFs, Photos, and more.

  ✔️ PAUSE INBOX: Pause new mail or hide the inbox entirely for deep focus. Optionally disable notifications when the inbox is paused or hidden.

  ✔️ BLOCK TRACKERS: Simplify blocks over 250 email spy trackers (more than any other tracker blocker extension).

  ✔️ KEYBOARD SHORTCUTS: Navigate faster with your arrow keys, Enter (to open, then to reply), and Escape (close a message, then to return to inbox). Use familiar shortcuts like Ctrl+A / ⌘A to select all or Ctrl+Z / ⌘Z to undo. Press "?" in Gmail to see all shortcuts. Also includes advanced shortcuts like [ I ] to reply to an intro and move the sender to BCC.

  ✔️ DARK MODE: Auto-switch with OS with options to invert all of Gmail’s UI and some or all messages.

  ✔️ GROUP BY DATE: Group messages list by date with bulk actions to one-click archive or delete.

  ✔️ INBOX ZERO BACKGROUND: Choose a different background to get when you reach inbox zero. 

  ✔️ AUTO-CC/BCC: Set addresses to add to every new message and/or reply

And much more...

_________________________________________________________
PAID PLAN REQUIRED AFTER 1 MONTH TRIAL

Comes with a free 1-month trial after which a paid plan is required. Learn more and sign up when you're ready at https://simpl.fyi/plans 

_________________________________________________________
IS IT SAFE?

You should always be super careful what extensions or apps you use with your email.
  ✔️ Simplify always puts your security and privacy first.
  ✔️ The code for Simplify is entirely stored on your computer (no remote code) and is for the sole purpose of improving and enhancing Gmail's user interface and functionality. 
  ✖️ Simplify does NOT request full access to your email (no API permissions required).
  ✖️ None of your data is collected, stored, or sent to Simplify.
  ✖️ Simplify has no tracking or analytics software.
  ✖️ Simplify will never have ads. Ever.

_________________________________________________________
PRIVACY POLICY

Simplify's products have no ads, no analytics, no trackers, no cookies, and do not send or receive personal information of any kind from your account or device.

Your privacy and the security of your account and data is of the utmost importance to us. We aim to make software worth paying for and taking the strictest stance on privacy possible. Our full privacy policy is at https://simpl.fyi/privacy 

_________________________________________________________
HAVE FEEDBACK OR QUESTIONS?

You can send feedback or report issues via https://simpl.fyi/support (I usually respond within one business day). 

Note that there are over 100,000 unique combinations of Gmail’s options, features, and user states. Add in other 3rd party add-ons, different languages, browsers, screen sizes, and more and it grows to over a billion. Simplify strives to support them all, along with the more popular 3rd party extensions and add-ons. I wrote more about the complexity of building on top of Gmail here: https://on.simpl.fyi/p/complexity-of-simplify                    

확장 프로그램 기본 정보

이름 Simplify Gmail Simplify Gmail
ID pbmlfaiicoikhdbjagjbglnbfcbcojpj
공식 URL https://chromewebstore.google.com/detail/simplify-gmail/pbmlfaiicoikhdbjagjbglnbfcbcojpj
설명 Make Gmail simpler, more capable, and more respectful
파일 크기 9.6 MB
설치 횟수 40,810
현재 버전 3.1.13
최근 업데이트 2024-02-09
출시 날짜 2020-06-26
평점 4.50/5 총 599 개의 평점
개발자 https://simpl.fyi
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://simpl.fyi
도움말 페이지 URL https://simpl.fyi/support
개인정보 보호 정책 페이지 URL https://simpl.fyi/privacy
지원되는 언어 id,de,en,fr,nl,no,tr,da,es,it,hu,pl,pt-BR,pt-PT,fi,cs,el,ru,uk,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simplify Gmail",
    "version": "3.1.13",
    "description": "Make Gmail simpler, more capable, and more respectful",
    "homepage_url": "https:\/\/simpl.fyi",
    "default_locale": "en",
    "manifest_version": 3,
    "icons": {
        "48": "img\/app\/icon48.png",
        "128": "img\/app\/icon128.png",
        "512": "img\/app\/icon512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "css": [
                "css\/images.css",
                "css\/simplifyGmail.css"
            ],
            "js": [
                "js\/simplifyGmail.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "action": {
        "default_icon": {
            "48": "img\/app\/icon48.png",
            "128": "img\/app\/icon128.png"
        },
        "default_title": "Simplify for Gmail",
        "default_popup": "prefs\/popup.html"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "simplifyTrackerList",
                "enabled": true,
                "path": "prefs\/trackers.json"
            }
        ]
    },
    "background": {
        "service_worker": "js\/workers.js"
    },
    "options_ui": {
        "page": "prefs\/options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        {
            "resources": [
                "prefs\/*",
                "img\/**",
                "fonts\/*",
                "js\/authUser.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "declarativeNetRequestWithHostAccess"
    ],
    "optional_permissions": [
        "contentSettings"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/*",
        "https:\/\/*.googleusercontent.com\/proxy\/*"
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; style-src 'self'; script-src 'self'; img-src 'self'"
    }
}