Google Mail Checker
Displays the number of unread messages in your Google Mail inbox. You can also click the button to open your inbox.
ما هو Google Mail Checker؟
Google Mail Checker هو إضافة Chrome تم تطويرها بواسطة https://google.com، والميزة الرئيسية لها هي "Displays the number of unread messages in your Google Mail inbox. You can also click the button to open your inbox.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Google Mail Checker
قم بتنزيل ملفات الامتداد Google Mail Checker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | Google Mail Checker |
ID | mihcahmgecmbnbcchbopgniflfhgnkff |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/google-mail-checker/mihcahmgecmbnbcchbopgniflfhgnkff |
الوصف | Displays the number of unread messages in your Google Mail inbox. You can also click the button to open your inbox. |
حجم الملف | 44.44 KB |
عدد التثبيتات | 3,190,562 |
النسخة الحالية | 4.4.0 |
آخر تحديث | 2012-10-05 |
تاريخ النشر | 2012-10-04 |
تقييم | 4.13/5 مجموع تقييمات 26736 |
المطور | https://google.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | id,de,en,en-GB,fil,fr,nl,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "page": "background.html" }, "browser_action": { "default_icon": "gmail_not_logged_in.png" }, "default_locale": "en", "description": "__MSG_gmailcheck_description__", "icons": { "128": "icon_128.png" }, "name": "__MSG_gmailcheck_name__", "permissions": [ "alarms", "tabs", "webNavigation", "*:\/\/*.google.com\/" ], "version": "4.4.0", "manifest_version": 2 } |