Quick Compose for Gmail™

Quickly open the compose window of Gmail. Keyboard Shortcut: Alt + C.

Cos'è Quick Compose for Gmail™?

Quick Compose for Gmail™ è un'estensione di Chrome sviluppata da https://browsernative.com, e la sua funzione principale è "Quickly open the compose window of Gmail. Keyboard Shortcut: Alt + C.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Quick Compose for Gmail™

Scarica i file di estensione Quick Compose for Gmail™ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Use the keyboard shortcut (Alt+C), or the toolbar button. Select text and use the context menu option. 

You can also set subject text, recipient addresses and email body. Supports multiple Gmail or G Suite (Google Apps) accounts.

Great tool to send email without opening (and getting distracted by) your Gmail inbox. Read more: https://browsernative.com/quick-compose-gmail-3109/ 

Send your feedback to [email protected]                    

Informazioni di Base sull'Estensione

Nome Quick Compose for Gmail™ Quick Compose for Gmail™
ID gkgfjfgolebaenhefmjbldmmiiokabni
URL Ufficiale https://chromewebstore.google.com/detail/quick-compose-for-gmail/gkgfjfgolebaenhefmjbldmmiiokabni
Descrizione Quickly open the compose window of Gmail. Keyboard Shortcut: Alt + C.
Dimensione del File 46.15 KB
Conteggio Installazioni 2,571
Versione Corrente 0.8
Ultimo Aggiornamento 2019-09-18
Data di Pubblicazione 2019-09-17
Valutazione 5.00/5 Totale 22 Valutazioni
Sviluppatore https://browsernative.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://browsernative.com/quick-compose-gmail-3109/
URL della Pagina di Aiuto https://browsernative.com/quick-compose-gmail-3109/
URL della Pagina della Politica sulla Privacy https://browsernative.com/extensions-privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "static\/19.png",
            "38": "static\/38.png"
        },
        "default_title": "Compose New Email"
    },
    "description": "Quickly open the compose window of Gmail. Keyboard Shortcut: Alt + C.",
    "homepage_url": "https:\/\/browsernative.com\/quick-compose-gmail-3109\/",
    "icons": {
        "128": "static\/128.png",
        "48": "static\/48.png",
        "16": "static\/16.png"
    },
    "manifest_version": 2,
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "name": "Quick Compose for Gmail\u2122",
    "version": "0.8",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+C"
            }
        }
    }
}