Quick Compose for Gmail™
Quickly open the compose window of Gmail. Keyboard Shortcut: Alt + C.
Qu'est-ce que Quick Compose for Gmail™ ?
Quick Compose for Gmail™ est une extension Chrome développée par https://browsernative.com, et sa fonction principale est "Quickly open the compose window of Gmail. Keyboard Shortcut: Alt + C.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Quick Compose for Gmail™
Téléchargez les fichiers d'extension Quick Compose for Gmail™ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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]
Informations de Base sur l'Extension
Nom | Quick Compose for Gmail™ |
ID | gkgfjfgolebaenhefmjbldmmiiokabni |
URL Officiel | https://chromewebstore.google.com/detail/quick-compose-for-gmail/gkgfjfgolebaenhefmjbldmmiiokabni |
Description | Quickly open the compose window of Gmail. Keyboard Shortcut: Alt + C. |
Taille du Fichier | 46.15 KB |
Nombre d'Installations | 2,571 |
Version Actuelle | 0.8 |
Dernière Mise à Jour | 2019-09-18 |
Date de Publication | 2019-09-17 |
Évaluation | 5.00/5 Total 22 Évaluations |
Développeur | https://browsernative.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://browsernative.com/quick-compose-gmail-3109/ |
URL de la Page d'Aide | https://browsernative.com/quick-compose-gmail-3109/ |
URL de la Page de Politique de Confidentialité | https://browsernative.com/extensions-privacy-policy |
Langues Prises en Charge | 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" } } } } |