Gmail™ Notifier
Get desktop notifications for new emails in your Gmail account, even when Gmail is not open in a tab.
ما هو Gmail™ Notifier؟
Gmail™ Notifier هو إضافة Chrome تم تطويرها بواسطة BrowserNative، والميزة الرئيسية لها هي "Get desktop notifications for new emails in your Gmail account, even when Gmail is not open in a tab.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Gmail™ Notifier
قم بتنزيل ملفات الامتداد Gmail™ Notifier بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Get desktop notifications for new emails in your Gmail account, even when Gmail is not open in a tab.
Not affiliated with or created by Google/Gmail. Doesn't track your browsing activities or inject adware, completely safe to use.
Visit homepage for more information: http://browsernative.com/gmail-notifier/ معلومات أساسية عن التمديد
| الاسم | |
| ID | chchfhampioeijdffegkhnpccchjbfpk |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/gmail-notifier/chchfhampioeijdffegkhnpccchjbfpk |
| الوصف | Get desktop notifications for new emails in your Gmail account, even when Gmail is not open in a tab. |
| حجم الملف | 12.77 KB |
| عدد التثبيتات | 12,792 |
| النسخة الحالية | 0.0.6 |
| آخر تحديث | 2016-07-12 |
| تاريخ النشر | 2016-07-12 |
| تقييم | 3.83/5 مجموع تقييمات 24 |
| المطور | BrowserNative |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | http://browsernative.com/gmail-notifier/ |
| عنوان صفحة المساعدة | http://browsernative.com/gmail-notifier/ |
| عنوان صفحة سياسة الخصوصية | https://browsernative.com/extensions-privacy-policy |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Gmail\u2122 Notifier",
"description": "Get desktop notifications for new emails in your Gmail account, even when Gmail is not open in a tab.",
"permissions": [
"storage",
"notifications",
"alarms",
"https:\/\/mail.google.com\/"
],
"version": "0.0.6",
"homepage_url": "https:\/\/browsernative.com\/gmail-notifier\/",
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"128": "128.png",
"48": "48.png",
"32": "32.png"
}
} | |