Automatic GMail Editor Toolbar
Shows editor toolbar automatically when sending a new mail in Gmail.
ما هو Automatic GMail Editor Toolbar؟
Automatic GMail Editor Toolbar هو إضافة Chrome تم تطويرها بواسطة The SmartTHING Limited، والميزة الرئيسية لها هي "Shows editor toolbar automatically when sending a new mail in Gmail.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Automatic GMail Editor Toolbar
قم بتنزيل ملفات الامتداد Automatic GMail Editor Toolbar بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | Automatic GMail Editor Toolbar |
ID | hnipkcglmifdjopegjpidombdofdbbdd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/automatic-gmail-editor-to/hnipkcglmifdjopegjpidombdofdbbdd |
الوصف | Shows editor toolbar automatically when sending a new mail in Gmail. |
حجم الملف | 3.49 KB |
عدد التثبيتات | 34 |
النسخة الحالية | 1.5 |
آخر تحديث | 2014-02-06 |
تاريخ النشر | 2014-02-06 |
المطور | The SmartTHING Limited |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://www.smartthing.org/privacy-policy |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "js": [ "gmaileditor.user.js" ], "matches": [ "http:\/\/mail.google.com\/*", "https:\/\/mail.google.com\/*" ], "run_at": "document_end" } ], "converted_from_user_script": true, "description": "Shows editor toolbar automatically when sending a new mail in Gmail.", "name": "Automatic GMail Editor Toolbar", "version": "1.5" } |