Quick Compose for Gmail™

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

Apa itu Quick Compose for Gmail™?

Quick Compose for Gmail™ adalah ekstensi Chrome yang dikembangkan oleh https://browsernative.com, dan fitur utamanya adalah "Quickly open the compose window of Gmail. Keyboard Shortcut: Alt + C.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Quick Compose for Gmail™

Unduh file ekstensi Quick Compose for Gmail™ dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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]                    

Informasi Dasar Ekstensi

Nama Quick Compose for Gmail™ Quick Compose for Gmail™
ID gkgfjfgolebaenhefmjbldmmiiokabni
URL Resmi https://chromewebstore.google.com/detail/quick-compose-for-gmail/gkgfjfgolebaenhefmjbldmmiiokabni
Deskripsi Quickly open the compose window of Gmail. Keyboard Shortcut: Alt + C.
Ukuran File 46.15 KB
Jumlah Instalasi 2,571
Versi Saat Ini 0.8
Terakhir Diperbarui 2019-09-18
Tanggal Publikasi 2019-09-17
Penilaian 5.00/5 Total 22 Penilaian
Pengembang https://browsernative.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://browsernative.com/quick-compose-gmail-3109/
URL Halaman Bantuan https://browsernative.com/quick-compose-gmail-3109/
URL Halaman Kebijakan Privasi https://browsernative.com/extensions-privacy-policy
Bahasa yang Didukung 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"
            }
        }
    }
}