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
公式URL 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
Eメール [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"
            }
        }
    }
}