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'"
    }
}