TnP IITD Notifier

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

TnP IITD Notifier란 무엇입니까?

TnP IITD Notifier은(는) https://www.appsinthelab.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View notifications of TnP activity effortlessly anywhere you go on the web."입니다.

확장 프로그램 스크린샷

screenshot

TnP IITD Notifier 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}