HTML template Gmail
Apply html templates to mails
HTML template Gmailคืออะไร?
HTML template Gmail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย donxd และคุณลักษณะหลักของมันคือ "Apply html templates to mails"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HTML template Gmail
ดาวน์โหลดไฟล์ส่วนขยาย HTML template Gmail ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Can you make look your emails amazing using HTML code. This extension helps you to apply that content with a few clicks. Try it
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | HTML template Gmail |
ID | omafniemnnaphcfgflnblhknnhdmndhg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/html-template-gmail/omafniemnnaphcfgflnblhknnhdmndhg |
คำอธิบาย | Apply html templates to mails |
ขนาดไฟล์ | 16.66 KB |
จำนวนการติดตั้ง | 686 |
เวอร์ชันปัจจุบัน | 0.0.3 |
อัปเดตครั้งล่าสุด | 2020-07-27 |
วันที่เผยแพร่ | 2020-06-07 |
ผู้พัฒนา | donxd |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HTML template Gmail", "short_name": "mail-tmplt", "version": "0.0.3", "description": "Apply html templates to mails", "minimum_chrome_version": "18", "icons": { "16": "ico-16.png", "48": "ico-48.png", "128": "ico-128.png" }, "permissions": [ "*:\/\/mail.google.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/*" ], "js": [ "template.js" ], "run_at": "document_end" } ] } |