Quick Compose for Gmail™

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

什麼是Quick Compose for Gmail™?

Quick Compose for Gmail™是由https://browsernative.com開發的Chrome擴展程式,該擴展的主要功能是“Quickly open the compose window of Gmail. Keyboard Shortcut: Alt + C.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Quick Compose for Gmail™擴展crx文件

下載Quick Compose for Gmail™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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]                    

擴展基本資訊

名稱 Quick Compose for Gmail™ Quick Compose for Gmail™
ID gkgfjfgolebaenhefmjbldmmiiokabni
官方網址 https://chromewebstore.google.com/detail/quick-compose-for-gmail/gkgfjfgolebaenhefmjbldmmiiokabni
簡介 Quickly open the compose window of Gmail. Keyboard Shortcut: Alt + C.
檔案大小 46.15 KB
安裝次數 2,571
目前版本 0.8
更新時間 2019-09-18
上架時間 2019-09-17
評分 5.00/5 共 22 次評分
開發者 https://browsernative.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://browsernative.com/quick-compose-gmail-3109/
說明頁面URL https://browsernative.com/quick-compose-gmail-3109/
隱私政策頁面URL https://browsernative.com/extensions-privacy-policy
支援的語言 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"
            }
        }
    }
}