Gmail Settings Extender

Bookmark mails and start compose in chrome-like tabs, add custom rich-text editor, auto add CC/BCC, reverse conversations and more..

Τι είναι το Gmail Settings Extender;

Το Gmail Settings Extender είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ahmed Abouelela, και η κύρια λειτουργία του είναι "Bookmark mails and start compose in chrome-like tabs, add custom rich-text editor, auto add CC/BCC, reverse conversations and more..".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Gmail Settings Extender

Λήψη αρχείων επέκτασης Gmail Settings Extender σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Version 4.0:
-Bug fixes after new Gmail restrictions
***disabled some features temporarily***
***Extending Trusted Types to Gmail***
https://workspaceupdates.googleblog.com/2024/01/extending-trusted-types-to-gmail.html

Version 3.9:
-Bug fix, Auto CC/BCC not working.

By default, Gmail doesn't allow dragging mails outside the opened window, so you'll not be able to download your mails or transfer them as attachment to another browser window or tab, unless you download them manually from mail menu.

Also, you can't drag an attachment from any opened mail and drop it into the compose window as attachment, the same when you need to transfer this attachment to another account opened in another browser window.

By using this extension, you'll be able to drag attachments directly to any opened compose window, you'll notice a download mail button which is draggable to your file system, or to compose window, or even to another browser tab, you'll get another button which will move the attachment section to top.

To make it easy for you to reply or forward mails, this extension adds action buttons and moves the inline compose view to top. 

A new tab bar will change the look of Gmail and will allow composing mails in new tabs inside the same window, or add mails as chrome like bookmark tab.

Another feature to allow auto adding CC/BCC while composing new mails.

For those who are using a delegated Gmail accounts and looking for a way to auto change the signature without being forced to select it manually on each compose or change it from the main settings, this extension adds an option to do it for you, just enter the name of the signature from the main settings and the account you are delegated access to and it will be selected automatically.

That's it!. add this extension to your browser now and enjoy.
wanted scrolling area.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Gmail Settings Extender Gmail Settings Extender
ID jfagfdnkjealcolbjcdmkhamfmemimnb
Επίσημο URL https://chromewebstore.google.com/detail/gmail-settings-extender/jfagfdnkjealcolbjcdmkhamfmemimnb
Περιγραφή Bookmark mails and start compose in chrome-like tabs, add custom rich-text editor, auto add CC/BCC, reverse conversations and more..
Μέγεθος Αρχείου 99.79 KB
Αριθμός Εγκαταστάσεων 5,362
Τρέχουσα Έκδοση 4.0
Τελευταία Ενημέρωση 2024-02-28
Ημερομηνία Δημοσίευσης 2022-03-28
Αξιολόγηση 4.53/5 Συνολικά 30 Αξιολογήσεις
Προγραμματιστής Ahmed Abouelela
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://abouelela.net/privacy-policy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Gmail Settings Extender",
    "description": "Bookmark mails and start compose in chrome-like tabs, add custom rich-text editor, auto add CC\/BCC, reverse conversations and more..",
    "version": "4.0",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhuTu\/SkC+MaUwG18UtiOtfUIA0mF+wfWp27v1RZrL+O\/99uynM6YVdnv7b4fSjm42wYnHC0n6wHUbIOWl3vLcJtGtH55NKT5bEq+\/gwF367MiQpVeFLMu8E1NJ4O20\/yqIKe6StSIMZM77yTomWaIC5J1Bhjo0Z2Al1+KIj0qQ5vQS70x0lrt1FYpymx9AjBU8s8CNPJ3LX\/gTR0+0sYzuZn9LsgyjSs\/peTF8EdaPblYMDKUBBbvhiqh7DnSDAw\/IIxGAQSta9b\/NN488dwJ0ROx331wDLp6ephtNnF\/b4bBUbE8ZsSsPsYEl7Msy4x9gwQGUSgjQtdL+TuiW3jRQIDAQAB",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "scripts\/extensionInjector.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": false
    },
    "action": {
        "default_title": "Extension Options",
        "default_popup": "options\/options.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/*",
                "css\/style.css",
                "options\/SignatureExample.png"
            ],
            "matches": [
                "*:\/\/mail.google.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}