TnP IITD Notifier
View notifications of TnP activity effortlessly anywhere you go on the web.
TnP IITD Notifier là gì?
TnP IITD Notifier là một tiện ích mở rộng Chrome được phát triển bởi https://www.appsinthelab.com, và tính năng chính của nó là "View notifications of TnP activity effortlessly anywhere you go on the web.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng TnP IITD Notifier
Tải xuống các tệp mở rộng TnP IITD Notifier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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 ;)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TnP IITD Notifier |
ID | gepikhpbmnfdkclggoddenppdlpenklf |
URL Chính Thức | https://chromewebstore.google.com/detail/tnp-iitd-notifier/gepikhpbmnfdkclggoddenppdlpenklf |
Mô tả | View notifications of TnP activity effortlessly anywhere you go on the web. |
Kích Thước Tệp | 213 KB |
Số Lần Cài Đặt | 114 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2012-09-16 |
Ngày Phát Hành | 2012-09-16 |
Đánh Giá | 4.91/5 Tổng số 35 Đánh Giá |
Nhà Phát Triển | https://www.appsinthelab.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |