Truww - COWIN INSTANT ALERT

Run this extension on the COWIN search page to get instant alerts!

Truww - COWIN INSTANT ALERT란 무엇입니까?

Truww - COWIN INSTANT ALERT은(는) https://truww.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Run this extension on the COWIN search page to get instant alerts!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Truww - COWIN INSTANT ALERT 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Truww COWIN alerts you on slot availability directly on the COWIN website. It checks for slot availability every 60 seconds (configurable) and alerts on slot availability playing a voice note so you can immediately book your slot. Instead of depending on the API this extension directly checks through the website with a logged in user session and hence it can check for slots realtime.

Note: This plugin does not book the slot for you and it has to be done by you only. Also note that your login session may expire every few minutes. We strongly recommend you try this plugin only on specific hours of the day when new slots are expected.                    

확장 프로그램 기본 정보

이름 Truww - COWIN INSTANT ALERT Truww - COWIN INSTANT ALERT
ID fiaegdbangahpengjacdmpcggbnhbcaa
공식 URL https://chromewebstore.google.com/detail/truww-cowin-instant-alert/fiaegdbangahpengjacdmpcggbnhbcaa
설명 Run this extension on the COWIN search page to get instant alerts!
파일 크기 33.78 KB
설치 횟수 360
현재 버전 1.5
최근 업데이트 2021-05-16
출시 날짜 2021-05-08
평점 3.71/5 총 7 개의 평점
개발자 https://truww.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Truww - COWIN INSTANT ALERT",
    "description": "Run this extension on the COWIN search page to get instant alerts!",
    "version": "1.5",
    "manifest_version": 2,
    "incognito": "spanning",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.cowin.gov.in\/*",
                "https:\/\/selfregistration.cowin.gov.in\/appointment"
            ],
            "js": [
                "jquery-2.2.4.min.js",
                "background.js"
            ]
        }
    ]
}