Simplify Gmail

Make Gmail simpler, more capable, and more respectful

Simplify Gmailคืออะไร?

Simplify Gmail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://simpl.fyi และคุณลักษณะหลักของมันคือ "Make Gmail simpler, more capable, and more respectful"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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'"
    }
}