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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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™ |
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/ |
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" } } } } |