Gmail composer
to compose an email directly
Gmail composerคืออะไร?
Gmail composer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tolanitechnosoft และคุณลักษณะหลักของมันคือ "to compose an email directly"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gmail composer
ดาวน์โหลดไฟล์ส่วนขยาย Gmail composer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Compose email from the logged in Gmail account on Google Chrome browser in just one click. Simply click on the extension icon and it will load 'Compose Email' screen for the logged in Gmail account on your Google Chrome browser as shown in the image.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jpjdeadkghlkagcbmlgefnlehdcpifpf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gmail-composer/jpjdeadkghlkagcbmlgefnlehdcpifpf |
คำอธิบาย | to compose an email directly |
ขนาดไฟล์ | 19.62 KB |
จำนวนการติดตั้ง | 211 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2020-10-08 |
วันที่เผยแพร่ | 2020-10-08 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | tolanitechnosoft |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gmail composer", "description": "to compose an email directly ", "version": "1.0.1", "icons": { "128": "Final_128.png" }, "background": { "scripts": [ "popup.js" ] }, "browser_action": { "default_icon": "Final_128.png" }, "permissions": [ "tabs" ] } |