Google Mail Notification Sound

An improvement upon the Google Mail Checker extension: plays a notification sound when new, unread e-mails are fetched.

ما هو Google Mail Notification Sound؟

Google Mail Notification Sound هو إضافة Chrome تم تطويرها بواسطة garyclarkson1952، والميزة الرئيسية لها هي "An improvement upon the Google Mail Checker extension: plays a notification sound when new, unread e-mails are fetched.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Google Mail Notification Sound

قم بتنزيل ملفات الامتداد Google Mail Notification Sound بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        An improvement upon the Google Mail Checker extension: plays a notification sound when new, unread e-mails are fetched. In addition, displays the number of unread e-mail messages within the extension's icon. Clicking on the extension icon will open your e-mail list.                    

معلومات أساسية عن التمديد

الاسم Google Mail Notification Sound Google Mail Notification Sound
ID pbkplelomfmahlbhpekhcgebnhgknhjh
عنوان URL الرسمي https://chromewebstore.google.com/detail/google-mail-notification/pbkplelomfmahlbhpekhcgebnhgknhjh
الوصف An improvement upon the Google Mail Checker extension: plays a notification sound when new, unread e-mails are fetched.
حجم الملف 98.75 KB
عدد التثبيتات 686
النسخة الحالية 4.4.0
آخر تحديث 2020-12-26
تاريخ النشر 2020-12-26
تقييم 4.00/5 مجموع تقييمات 3
المطور garyclarkson1952
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة id,de,en,en-GB,fil,fr,nl,no,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": "https:\/\/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
}