Quick Compose for Gmail™
Quickly open the compose window of Gmail. Keyboard Shortcut: Alt + C.
Was ist Quick Compose for Gmail™?
Quick Compose for Gmail™ ist eine Chrome-Erweiterung, die von https://browsernative.com entwickelt wurde, und ihr Hauptmerkmal ist "Quickly open the compose window of Gmail. Keyboard Shortcut: Alt + C.".
Erweiterungsscreenshots
Quick Compose for Gmail™-Erweiterungs-CRX-Datei herunterladen
Laden Sie Quick Compose for Gmail™-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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]
Grundlegende Informationen zur Erweiterung
Name | Quick Compose for Gmail™ |
ID | gkgfjfgolebaenhefmjbldmmiiokabni |
Offizielle URL | https://chromewebstore.google.com/detail/quick-compose-for-gmail/gkgfjfgolebaenhefmjbldmmiiokabni |
Beschreibung | Quickly open the compose window of Gmail. Keyboard Shortcut: Alt + C. |
Dateigröße | 46.15 KB |
Installationsanzahl | 2,571 |
Aktuelle Version | 0.8 |
Letztes Update | 2019-09-18 |
Veröffentlichungsdatum | 2019-09-17 |
Bewertung | 5.00/5 Insgesamt 22 Bewertungen |
Entwickler | https://browsernative.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://browsernative.com/quick-compose-gmail-3109/ |
Hilfeseite URL | https://browsernative.com/quick-compose-gmail-3109/ |
URL der Datenschutzrichtlinien-Seite | https://browsernative.com/extensions-privacy-policy |
Unterstützte Sprachen | 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" } } } } |