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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } ] } |