Batch Reply for GMail
Adds button to reply to all selected conversations on Gmail™.
ما هو Batch Reply for GMail؟
Batch Reply for GMail هو إضافة Chrome تم تطويرها بواسطة mjbauer95، والميزة الرئيسية لها هي "Adds button to reply to all selected conversations on Gmail™.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Batch Reply for GMail
قم بتنزيل ملفات الامتداد Batch Reply for GMail بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Adds a reply button to the UI of Gmail™ to allow users to reply to a set of emails with the same response. Useful if you get many similar emails requiring the same response for each.
معلومات أساسية عن التمديد
الاسم | Batch Reply for GMail |
ID | jkeciloajjlchlmbjjogifpdkljppbei |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/batch-reply-for-gmail/jkeciloajjlchlmbjjogifpdkljppbei |
الوصف | Adds button to reply to all selected conversations on Gmail™. |
حجم الملف | 37.19 KB |
عدد التثبيتات | 11,565 |
النسخة الحالية | 7 |
آخر تحديث | 2015-05-28 |
تاريخ النشر | 2015-05-28 |
تقييم | 2.50/5 مجموع تقييمات 129 |
المطور | mjbauer95 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Batch Reply for GMail", "description": "Adds button to reply to all selected conversations on Gmail\u2122.", "version": "7", "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ], "js": [ "inboxsdk.js", "reply.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "reply.png" ], "permissions": [ "https:\/\/mail.google.com\/", "https:\/\/inbox.google.com\/" ], "manifest_version": 2 } |