Notify Me!

Get notify.

ما هو Notify Me!؟

Notify Me! هو إضافة Chrome تم تطويرها بواسطة Anuj Gupta، والميزة الرئيسية لها هي "Get notify.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Notify Me!

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

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

                        This extension allows you to receive Android notifications in your browser. In order to use this extension you also need to download and install a free app for your Android phone.

Never Miss A Notification
★ See your phone's call and SMS notifications on your computer.
★ Secure: Protect your notifications and SMS with end-to-end encryption.
★ Real time notification on browser.
★ We never store your data new login each day.
★ Send message from your chrome extension (Beta)*                    

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

الاسم Notify Me! Notify Me!
ID ojajiolndkgblgmeomogofflebcianae
عنوان URL الرسمي https://chrome.google.com/webstore/detail/notify-me/ojajiolndkgblgmeomogofflebcianae
الوصف Get notify.
حجم الملف 252 KB
عدد التثبيتات 12
النسخة الحالية 1.04
آخر تحديث 2018-09-19
تاريخ النشر 2018-09-19
تقييم 3.00/5 مجموع تقييمات 2
المطور Anuj Gupta
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Notify Me!",
    "description": "Get notify.",
    "version": "1.04",
    "short_name": "Notify Me",
    "browser_action": {
        "default_icon": "images\/synchronization_64.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "socket.io.js",
            "background.js"
        ]
    },
    "icons": {
        "16": "images\/synchronization_16.png",
        "32": "images\/synchronization_32.png",
        "48": "images\/synchronization_64.png",
        "128": "images\/synchronization_128.png"
    },
    "permissions": [
        "activeTab",
        "notifications",
        "storage",
        "tabs"
    ]
}