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ファイルをダウンロード

Simplify Gmail拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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'"
    }
}