Quick Compose for Gmail™
Quickly open the compose window of Gmail. Keyboard Shortcut: Alt + C.
ما هو Quick Compose for Gmail™؟
Quick Compose for Gmail™ هو إضافة Chrome تم تطويرها بواسطة https://browsernative.com، والميزة الرئيسية لها هي "Quickly open the compose window of Gmail. Keyboard Shortcut: Alt + C.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Quick Compose for Gmail™
قم بتنزيل ملفات الامتداد Quick Compose for Gmail™ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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] معلومات أساسية عن التمديد
| الاسم | |
| 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 |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://browsernative.com/quick-compose-gmail-3109/ |
| عنوان صفحة المساعدة | https://browsernative.com/quick-compose-gmail-3109/ |
| عنوان صفحة سياسة الخصوصية | 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"
}
}
}
} | |