TnP IITD Notifier

View notifications of TnP activity effortlessly anywhere you go on the web.

ما هو TnP IITD Notifier؟

TnP IITD Notifier هو إضافة Chrome تم تطويرها بواسطة https://www.appsinthelab.com، والميزة الرئيسية لها هي "View notifications of TnP activity effortlessly anywhere you go on the web.".

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

screenshot

تحميل ملف CRX للإضافة TnP IITD Notifier

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

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

                        See what's happening on TnP with the TnP IITD Notifier extension. 
Whenever you have a new notification (for example, when a new company visits the campus or any new update), the extension button will show you how many updates are waiting for you. Once you click the button, a window will drop down showing you all of your most recent notifications. That way you can stay up-to-speed with the TnP no matter where you are on the web, of course within IITD ;)                    

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

الاسم TnP IITD Notifier TnP IITD Notifier
ID gepikhpbmnfdkclggoddenppdlpenklf
عنوان URL الرسمي https://chromewebstore.google.com/detail/tnp-iitd-notifier/gepikhpbmnfdkclggoddenppdlpenklf
الوصف View notifications of TnP activity effortlessly anywhere you go on the web.
حجم الملف 213 KB
عدد التثبيتات 114
النسخة الحالية 1.0
آخر تحديث 2012-09-16
تاريخ النشر 2012-09-16
تقييم 4.91/5 مجموع تقييمات 35
المطور https://www.appsinthelab.com
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TnP IITD Notifier",
    "version": "1.0",
    "manifest_version": 2,
    "description": "View notifications of TnP activity effortlessly anywhere you go on the web.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery-1.6.1.js",
            "js\/jquery.crypt.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "http:\/\/www.tnp.iitd.ac.in\/notices\/",
        "storage"
    ]
}